DBA Data[Home] [Help]

APPS.CN_SCA_TRX_PROC_PVT dependencies on MO_GLOBAL

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

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

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

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