DBA Data[Home] [Help]

APPS.INVKBCGN dependencies on DUAL

Line 1496: into l_report_id from DUAL;

1492:
1493: if X_PRINT_KANBAN_CARD = INVKBCGN.flm_ekb_yes then
1494: if X_REPORT_ID IS NULL then
1495: select MTL_KANBAN_CARD_PRINT_TEMP_S.nextval
1496: into l_report_id from DUAL;
1497: X_REPORT_ID := l_report_id;
1498: end if;
1499: for l_card_count in 1..l_kanban_card_Ids.count
1500: LOOP