DBA Data[Home] [Help]

APPS.JL_AR_DOC_NUMBERING_PKG dependencies on MO_GLOBAL

Line 31: l_org_id := MO_GLOBAL.get_current_org_id;

27: IF PG_DEBUG in ('Y', 'C') THEN
28: arp_standard.debug('validate_trx_type: ' || '-- validate trx type ');
29: END IF;
30: -- Bug 8825457 Start
31: l_org_id := MO_GLOBAL.get_current_org_id;
32: -- Bug 8825457 End
33: BEGIN
34: SELECT 'Success'
35: INTO l_dummy_code

Line 156: l_org_id := mo_global.get_current_org_id;

152: --Bug 1404824 removed check to see if p_so_org_id is not null since it will
153: --be mandatory.
154: --Commented following line for bug 1612359
155: -- l_so_org_id := to_number(p_so_org_id);
156: l_org_id := mo_global.get_current_org_id;
157: l_so_org_id := oe_sys_parameters.value('MASTER_ORGANIZATION_ID',l_org_id);
158:
159: BEGIN
160: SELECT global_attribute1

Line 431: l_org_id := mo_global.get_current_org_id;

427: --Bug 1404824 - l_so_org_id variable will be assigned using the parameter
428: --passed
429: --Commented the below line for bug 1612359
430: -- l_so_org_id := to_number(p_so_org_id);
431: l_org_id := mo_global.get_current_org_id;
432: l_so_org_id := oe_sys_parameters.value('MASTER_ORGANIZATION_ID',l_org_id);
433:
434: BEGIN
435: l_loc_id := null;

Line 1109: l_org_id := mo_global.get_current_org_id;

1105: l_count number;
1106: l_string varchar2(1000);
1107:
1108: BEGIN
1109: l_org_id := mo_global.get_current_org_id;
1110: l_ledger_id := NULL;
1111: l_country_code := JG_ZZ_SHARED_PKG.GET_COUNTRY(l_org_id,l_ledger_id);
1112: -- MOAC changes
1113: --l_country_code := FND_PROFILE.VALUE('JGZZ_COUNTRY_CODE');