DBA Data[Home] [Help]

APPS.JAI_RCV_THIRD_PARTY_PKG dependencies on MO_GLOBAL

Line 102: 3. Change the called procedures/reports. Remove the use of p_org_id and instead derive the org_id using the function mo_global.get_current_org_id

98: This would enable the SRS Operating Unit field. User would then be able to select operating unit values related to the
99: security profile.
100: 2. Remove the default value for the parameter p_org_id and make it Required false, Display false. This would ensure that null value gets passed
101: to the called procedures/ reports.
102: 3. Change the called procedures/reports. Remove the use of p_org_id and instead derive the org_id using the function mo_global.get_current_org_id
103: This change has been made many procedures and reports.
104:
105: 11-May-2007 Bug5620503, CSahoo, File Version 120.8
106: FORWARD PORTING BUG FOR R11I BUG 5613772

Line 206: ln_org_id := mo_global.get_current_org_id;

202: || Start of bug 5490479
203: || Added by aiyer for the bug 5490479
204: || Get the operating unit (org_id)
205: */
206: ln_org_id := mo_global.get_current_org_id;
207: fnd_file.put_line(fnd_file.log, 'Operating unit ln_org_id is -> '||ln_org_id);
208:
209: /*End of bug 5490479 */
210: /* This is to identify the path in SQL TRACE file if any problem occured */