DBA Data[Home] [Help]

APPS.ARP_CASHBOOK dependencies on MO_GLOBAL

Line 103: mo_global.init('AR');

99: select org_id into l_org_id
100: from ar_cash_receipts_all
101: where cash_receipt_id = p_cr_id;
102:
103: mo_global.init('AR');
104: mo_global.set_policy_context('S',l_org_id);
105:
106: exception
107: when others then

Line 104: mo_global.set_policy_context('S',l_org_id);

100: from ar_cash_receipts_all
101: where cash_receipt_id = p_cr_id;
102:
103: mo_global.init('AR');
104: mo_global.set_policy_context('S',l_org_id);
105:
106: exception
107: when others then
108: arp_standard.debug('Unable to drive the org id for p_cr_id:'|| p_cr_id);

Line 114: ar_mo_global_cache.populate;

110:
111: -- Bug 7443802 END
112:
113: --Setting the Org Context Bug5212892
114: ar_mo_global_cache.populate;
115: arp_global.init_global(mo_global.get_current_org_id);
116: arp_standard.init_standard(mo_global.get_current_org_id);
117:
118: /* Bug 7828491: Check for settlement status in IBY summaries table.

Line 115: arp_global.init_global(mo_global.get_current_org_id);

111: -- Bug 7443802 END
112:
113: --Setting the Org Context Bug5212892
114: ar_mo_global_cache.populate;
115: arp_global.init_global(mo_global.get_current_org_id);
116: arp_standard.init_standard(mo_global.get_current_org_id);
117:
118: /* Bug 7828491: Check for settlement status in IBY summaries table.
119: Do not allow user to clear the receipt.Raise error if it is still pending.*/

Line 116: arp_standard.init_standard(mo_global.get_current_org_id);

112:
113: --Setting the Org Context Bug5212892
114: ar_mo_global_cache.populate;
115: arp_global.init_global(mo_global.get_current_org_id);
116: arp_standard.init_standard(mo_global.get_current_org_id);
117:
118: /* Bug 7828491: Check for settlement status in IBY summaries table.
119: Do not allow user to clear the receipt.Raise error if it is still pending.*/
120:

Line 1089: ar_mo_global_cache.populate;

1085: END IF;
1086:
1087:
1088: --Setting the Org Context Bug5212892
1089: ar_mo_global_cache.populate;
1090: arp_global.init_global(mo_global.get_current_org_id);
1091: arp_standard.init_standard(mo_global.get_current_org_id);
1092:
1093:

Line 1090: arp_global.init_global(mo_global.get_current_org_id);

1086:
1087:
1088: --Setting the Org Context Bug5212892
1089: ar_mo_global_cache.populate;
1090: arp_global.init_global(mo_global.get_current_org_id);
1091: arp_standard.init_standard(mo_global.get_current_org_id);
1092:
1093:
1094: -- Assume this receipt has already been locked

Line 1091: arp_standard.init_standard(mo_global.get_current_org_id);

1087:
1088: --Setting the Org Context Bug5212892
1089: ar_mo_global_cache.populate;
1090: arp_global.init_global(mo_global.get_current_org_id);
1091: arp_standard.init_standard(mo_global.get_current_org_id);
1092:
1093:
1094: -- Assume this receipt has already been locked
1095:

Line 2098: mo_global.init('AR');

2094: INTO l_dis_set_id, l_org_id
2095: FROM ar_receivables_trx
2096: WHERE receivables_trx_id = p_receivables_trx_id;
2097:
2098: mo_global.init('AR');
2099: mo_global.set_policy_context('S', l_org_id);
2100: EXCEPTION
2101: WHEN OTHERS THEN
2102: arp_standard.debug('Unable to drive the org id for p_cr_id:' ||

Line 2099: mo_global.set_policy_context('S', l_org_id);

2095: FROM ar_receivables_trx
2096: WHERE receivables_trx_id = p_receivables_trx_id;
2097:
2098: mo_global.init('AR');
2099: mo_global.set_policy_context('S', l_org_id);
2100: EXCEPTION
2101: WHEN OTHERS THEN
2102: arp_standard.debug('Unable to drive the org id for p_cr_id:' ||
2103: p_cr_id);

Line 2106: ar_mo_global_cache.populate;

2102: arp_standard.debug('Unable to drive the org id for p_cr_id:' ||
2103: p_cr_id);
2104: END;
2105:
2106: ar_mo_global_cache.populate;
2107: arp_global.init_global(mo_global.get_current_org_id);
2108: arp_standard.init_standard(mo_global.get_current_org_id);
2109: --modified by Jixun for bug#14726865 end
2110:

Line 2107: arp_global.init_global(mo_global.get_current_org_id);

2103: p_cr_id);
2104: END;
2105:
2106: ar_mo_global_cache.populate;
2107: arp_global.init_global(mo_global.get_current_org_id);
2108: arp_standard.init_standard(mo_global.get_current_org_id);
2109: --modified by Jixun for bug#14726865 end
2110:
2111: /* Bug fix 2300268

Line 2108: arp_standard.init_standard(mo_global.get_current_org_id);

2104: END;
2105:
2106: ar_mo_global_cache.populate;
2107: arp_global.init_global(mo_global.get_current_org_id);
2108: arp_standard.init_standard(mo_global.get_current_org_id);
2109: --modified by Jixun for bug#14726865 end
2110:
2111: /* Bug fix 2300268
2112: Get the tax account id corresponding to the vat_tax_id */