DBA Data[Home] [Help]

APPS.POR_RCV_ORD_SV dependencies on PO_REQS_CONTROL_SV

Line 357: PO_REQS_CONTROL_SV.commit_changes;

353:
354: delete from rcv_transactions_interface
355: where group_id = X_group_id;
356:
357: PO_REQS_CONTROL_SV.commit_changes;
358:
359: if (MO_GLOBAL.get_current_org_id <> x_user_org_id) then
360: mo_global.set_policy_context(p_access_mode => 'S',
361: p_org_id => x_user_org_id);

Line 549: PO_REQS_CONTROL_SV.commit_changes;

545:
546: delete from rcv_transactions_interface
547: where group_id = X_group_id;
548:
549: PO_REQS_CONTROL_SV.commit_changes;
550:
551: if (MO_GLOBAL.get_current_org_id <> x_user_org_id) then
552: mo_global.set_policy_context(p_access_mode => 'S',
553: p_org_id => x_user_org_id);

Line 1908: PO_REQS_CONTROL_SV.commit_changes;

1904: delete from rcv_transactions_interface
1905: where group_id = X_group_id;
1906:
1907:
1908: PO_REQS_CONTROL_SV.commit_changes;
1909:
1910: EXCEPTION
1911: WHEN OTHERS THEN
1912: if (MO_GLOBAL.get_current_org_id <> x_user_org_id) then