DBA Data[Home] [Help]

APPS.PSA_UTILS dependencies on MO_GLOBAL

Line 1109: mo_global.set_policy_context('S',p_org_id);

1105: log(l_path_name, 'p_gl_date : '||p_gl_date );
1106: log(l_path_name, 'g_request_id : '||g_request_id );
1107:
1108: IF (p_retcode = g_SUCCESS) THEN
1109: mo_global.set_policy_context('S',p_org_id);
1110: l_application_id := 200;
1111: l_entity_code := 'AP_INVOICES';
1112: debug_other_string(g_state_level,l_path_name, 'Calling Generic undo_xla_accounting' );
1113: undo_xla_accounting

Line 1349: mo_global.init('SQLAP');

1345: output ('Invoice Id:'||p_invoice_id);
1346: output ('TAR Number:'||p_tar_number);
1347: output ('BUG Number:'||p_bug_number);
1348: fnd_global.apps_initialize(g_user_id, g_resp_id, 200);
1349: mo_global.init('SQLAP');
1350:
1351: debug_other_string(g_state_level,l_path_name, 'Calling undo_xla_accounting_for_inv ' );
1352: undo_xla_accounting_for_inv
1353: (

Line 1422: mo_global.set_policy_context('S',p_org_id);

1418: log(l_path_name, 'p_gl_date : '||p_gl_date );
1419: log(l_path_name, 'g_request_id : '||g_request_id );
1420:
1421: IF (p_retcode = g_SUCCESS) THEN
1422: mo_global.set_policy_context('S',p_org_id);
1423: l_application_id := 201;
1424: l_entity_code := 'PURCHASE_ORDER';
1425: debug_other_string(g_state_level,l_path_name, 'Calling Generic undo_xla_accounting' );
1426: undo_xla_accounting

Line 1512: mo_global.init('PO');

1508: output ('Po Header Id:'||p_po_header_id);
1509: output ('TAR Number:'||p_tar_number);
1510: output ('BUG Number:'||p_bug_number);
1511: fnd_global.apps_initialize(g_user_id, g_resp_id, 201);
1512: mo_global.init('PO');
1513:
1514: debug_other_string(g_state_level,l_path_name, 'Calling undo_xla_accounting_for_po ' );
1515: undo_xla_accounting_for_po
1516: (

Line 1619: mo_global.init('PO');

1615: output ('Po Header Id:'||p_po_header_id);
1616: output ('TAR Number:'||p_tar_number);
1617: output ('BUG Number:'||p_bug_number);
1618: fnd_global.apps_initialize(g_user_id, g_resp_id, l_application_id);
1619: mo_global.init('PO');
1620:
1621: l_count := 0;
1622: FOR xla_rec IN (SELECT e.event_id,
1623: e.entity_id

Line 1867: mo_global.init('SQLAP');

1863: app_exception.raise_exception;
1864: END IF;
1865:
1866: fnd_global.apps_initialize(p_user_id, p_resp_id, 200);
1867: mo_global.init('SQLAP');
1868:
1869: SELECT org_id,
1870: invoice_num
1871: INTO p_org_id,

Line 1905: mo_global.init('SQLAP');

1901: app_exception.raise_exception;
1902: END IF;
1903:
1904: fnd_global.apps_initialize(p_user_id, p_resp_id, 200);
1905: mo_global.init('SQLAP');
1906:
1907: SELECT org_id,
1908: segment1
1909: INTO p_org_id,