DBA Data[Home] [Help]

APPS.JAI_AR_MATCH_TAX_PKG dependencies on MO_GLOBAL

Line 40: --| the function mo_global.get_current_org_id and populated |

36: --| |
37: --| Bug 5490479. Added by Harshita |
38: --| In the concurrent program, the multi org category has been |
39: --| set to 'S'. To accomodate the same, derived the org_id from |
40: --| the function mo_global.get_current_org_id and populated |
41: --| an internal variable.Used this variable in all places |
42: --| instead of p_org_id. |
43: --| |
44: --| Bug 6201263 Added by Sacsethi |

Line 645: ln_org_id := mo_global.get_current_org_id() ; -- Harshita for Bug 5490479

641: lv_debug := nvl(p_debug,'N');
642: lv_debug := 'Y';
643: fnd_file.put_line(FND_FILE.LOG,' Entering Procedure - jai_ar_match_tax_pkg.process_batch');
644:
645: ln_org_id := mo_global.get_current_org_id() ; -- Harshita for Bug 5490479
646: /*commented by kunkumar for bug# 6066813 Start
647: 6012570 (5876390) -- Revoked the comments for 6012570*/
648: if p_called_from is null then
649: lv_called_from := 'ORDER_ENTRY';