DBA Data[Home] [Help]

APPS.POR_RCV_TRANSACTION_SV dependencies on MO_GLOBAL

Line 77: x_user_org_id := MO_GLOBAL.get_current_org_id;

73: AND RT.SHIPMENT_LINE_ID = RL.SHIPMENT_LINE_ID
74: AND RT.PO_HEADER_ID = PH.PO_HEADER_ID(+)
75: AND RT.OE_ORDER_HEADER_ID = OH.HEADER_ID(+);
76:
77: x_user_org_id := MO_GLOBAL.get_current_org_id;
78:
79: if (x_txn_org_id <> MO_GLOBAL.get_current_org_id) then
80: mo_global.set_policy_context(p_access_mode => 'S',
81: p_org_id => x_txn_org_id);

Line 79: if (x_txn_org_id <> MO_GLOBAL.get_current_org_id) then

75: AND RT.OE_ORDER_HEADER_ID = OH.HEADER_ID(+);
76:
77: x_user_org_id := MO_GLOBAL.get_current_org_id;
78:
79: if (x_txn_org_id <> MO_GLOBAL.get_current_org_id) then
80: mo_global.set_policy_context(p_access_mode => 'S',
81: p_org_id => x_txn_org_id);
82: end if;
83:

Line 80: mo_global.set_policy_context(p_access_mode => 'S',

76:
77: x_user_org_id := MO_GLOBAL.get_current_org_id;
78:
79: if (x_txn_org_id <> MO_GLOBAL.get_current_org_id) then
80: mo_global.set_policy_context(p_access_mode => 'S',
81: p_org_id => x_txn_org_id);
82: end if;
83:
84: x_user_id := fnd_global.user_id;

Line 304: if (MO_GLOBAL.get_current_org_id <> x_user_org_id) then

300: x_employee_id ,
301: p_Comments );
302: end if;
303:
304: if (MO_GLOBAL.get_current_org_id <> x_user_org_id) then
305: mo_global.set_policy_context(p_access_mode => 'S',
306: p_org_id => x_user_org_id);
307: end if;
308:

Line 305: mo_global.set_policy_context(p_access_mode => 'S',

301: p_Comments );
302: end if;
303:
304: if (MO_GLOBAL.get_current_org_id <> x_user_org_id) then
305: mo_global.set_policy_context(p_access_mode => 'S',
306: p_org_id => x_user_org_id);
307: end if;
308:
309: return 0;

Line 313: if (MO_GLOBAL.get_current_org_id <> x_user_org_id) then

309: return 0;
310:
311: exception
312: when others THEN
313: if (MO_GLOBAL.get_current_org_id <> x_user_org_id) then
314: mo_global.set_policy_context(p_access_mode => 'S',
315: p_org_id => x_user_org_id);
316: end if;
317: ERROR_STACK.PUSHMESSAGE( substr(SQLERRM,12,512),'ICX');

Line 314: mo_global.set_policy_context(p_access_mode => 'S',

310:
311: exception
312: when others THEN
313: if (MO_GLOBAL.get_current_org_id <> x_user_org_id) then
314: mo_global.set_policy_context(p_access_mode => 'S',
315: p_org_id => x_user_org_id);
316: end if;
317: ERROR_STACK.PUSHMESSAGE( substr(SQLERRM,12,512),'ICX');
318: return 1;

Line 655: MO_GLOBAL.get_current_org_id,

651: select
652: rh.receipt_source_code,
653: RCV_TRANSACTIONS_INTERFACE_S.NEXTVAL,
654: p_group_id,
655: MO_GLOBAL.get_current_org_id,
656: SYSDATE,
657: fnd_global.user_id,
658: fnd_global.user_id,
659: SYSDATE,