DBA Data[Home] [Help]

APPS.OPI_EDW_INV_DAILY_STAT_F_C dependencies on OPIMPXWI

Line 137: OPIMPXWI.opi_extract_ids(l_from_date,l_to_date,p_org_code);

133:
134: edw_log.put_line(' ');
135: edw_log.put_line('call opi_extract_ids ');
136:
137: OPIMPXWI.opi_extract_ids(l_from_date,l_to_date,p_org_code);
138:
139:
140: --dbms_output.put_line('after extract ids ' || to_char(Sysdate, 'hh24:mi:ss') );
141: select sum(1) INTO l_row_pushed

Line 499: IF opimpxwi.g_org_error THEN

495: --dbms_output.put_line('after push flag = 0 ' || to_char(Sysdate, 'hh24:mi:ss'));
496: -- ---------------------------------------------------------------------------
497: -- END OF Collection , Developer Customizable Section
498: -- ---------------------------------------------------------------------------
499: IF opimpxwi.g_org_error THEN
500: Errbuf:= 'Please check log file for details.';
501:
502: Retcode:= 1; -- completed with warning
503: END IF;