DBA Data[Home] [Help]

APPS.JAI_OM_TAX_PKG dependencies on MO_GLOBAL

Line 22: 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

18: This would enable the SRS Operating Unit field. User would then be able to select operating unit values related to the
19: security profile.
20: 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
21: to the called procedures/ reports.
22: 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
23: This change has been made many procedures and reports.
24: The procedure recalculate_excise_taxes has been changed for the same.
25:
26: 01/11/2006 SACSETHI for bug 5228046, File version 120.6

Line 3607: p_org_id := mo_global.get_current_org_id;

3603: || Start of bug 5490479
3604: || Added by aiyer for the bug 5490479
3605: || Get the operating unit (org_id)
3606: */
3607: p_org_id := mo_global.get_current_org_id;
3608: fnd_file.put_line(fnd_file.log, 'Operating unit p_org_id is -> '||p_org_id);
3609: /*End of bug 5490479 */
3610:
3611: p_start_order := pn_start_order;