DBA Data[Home] [Help]

APPS.MSC_X_CUST_FACING_RELEASE dependencies on DUAL

Line 496: FROM dual;

492: INTO l_user_id,
493: l_user_name,
494: l_resp_name,
495: l_application_name
496: FROM dual;
497:
498: IF (pDestination = SYS_YES) then
499:
500: /*SELECT FND_GLOBAL.USER_ID,

Line 508: FROM dual;

504: INTO l_user_id,
505: l_user_name,
506: l_resp_name,
507: l_application_name
508: FROM dual;
509: */
510: -- Debug snippet start
511: log_message('Inside PROCEDURE CREATE_VMI_RELEASE at Destination Side');
512: log_message('===================== 1 ==============================');

Line 796: from dual;

792: /* If the action is to create, then insert the record in interface table */
793:
794: select msc_so_release_s.nextval
795: into lv_rel_id
796: from dual;
797:
798: /* set the Release_id attribute to system-generated sequence */
799: wf_engine.SetItemAttrNumber(
800: itemtype => itemtype,