DBA Data[Home] [Help]

APPS.FUN_OPEN_INTERFACE_PKG dependencies on FUN_INTERFACE_REJECTIONS

Line 526: Delete from fun_interface_rejections;

522:
523: Print('Main Package ~~~'||'Deleting any Rejections from previous failed imports');
524:
525: /* Delete any rejections from previous failed imports*/
526: Delete from fun_interface_rejections;
527:
528:
529: /*Set the Overall Status to get the status of one whole logical transaction*/
530: Overall_status := 'A';

Line 1008: from fun_interface_rejections;

1004: source = p_source and group_id = p_group_id
1005: and import_status_code = 'A';
1006:
1007: select count(*) into l_count
1008: from fun_interface_rejections;
1009:
1010: if l_count = 0 then
1011: Delete from fun_interface_controls where source = p_source
1012: and group_id = p_group_id;