Hi All,
I am getting below error when I try to run this program from EBS Concurrent program. as I have register this program with value as 240 characters. Could you please check and guide.
PLS-00306: wrong number or types of arguments in call to 'MAR_AP_SITE_CODE_PRC'

create or replace TYPE mar_array_table
AS TABLE OF VARCHAR2 (250);
