DBA Data[Home] [Help]

APPS.INVKBCGN dependencies on DUAL

Line 1071: into l_report_id from DUAL;

1067:
1068: if X_PRINT_KANBAN_CARD = 1 then
1069: if X_REPORT_ID IS NULL then
1070: select MTL_KANBAN_CARD_PRINT_TEMP_S.nextval
1071: into l_report_id from DUAL;
1072: X_REPORT_ID := l_report_id;
1073: end if;
1074: for l_card_count in 1..l_kanban_card_Ids.count
1075: LOOP