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 1895: PO_REQS_CONTROL_SV.commit_changes;

1891: delete from rcv_transactions_interface
1892: where group_id = X_group_id;
1893:
1894:
1895: PO_REQS_CONTROL_SV.commit_changes;
1896:
1897: EXCEPTION
1898: WHEN OTHERS THEN
1899: if (MO_GLOBAL.get_current_org_id <> x_user_org_id) then