DBA Data[Home] [Help]

APPS.CN_SCA_TRX_PROC_PVT dependencies on MO_GLOBAL

Line 2368: p_org_id := mo_global.get_current_org_id();

2364:
2365: -- Standard Start of API savepoint
2366: SAVEPOINT populate_data_savepoint;
2367:
2368: p_org_id := mo_global.get_current_org_id();
2369:
2370: -- Convert the dates for the varchar2 parameters passed in from concurrent program
2371:
2372: p_start_date := fnd_date.canonical_to_date(pp_start_date);

Line 2393: debugmsg('Allocation Transfer : mo_global.get_current_org_id is - ' || p_org_id);

2389:
2390: debugmsg('Allocation Transfer : Start of Transfer');
2391: debugmsg('Allocation Transfer : process_audit_id is ' || l_process_audit_id );
2392: debugmsg('Allocation Transfer : logical_batch_id is ' || l_logical_batch_id );
2393: debugmsg('Allocation Transfer : mo_global.get_current_org_id is - ' || p_org_id);
2394:
2395: assign(l_logical_batch_id,
2396: p_start_date,
2397: p_end_date,