DBA Data[Home] [Help]

APPS.JAI_AR_MATCH_TAX_PKG dependencies on JAI_AR_RCTLA_TRIGGER_PKG

Line 4415: if jai_ar_rctla_trigger_pkg.is_this_projects_context(pv_context) then

4411: -- Start commented by kunkumar for bug#6066813
4412: -- following function added for bug#6012570 (5876390) --> revoked the comments, 6012570
4413: function is_this_projects_context(pv_context in varchar2) return varchar2 is
4414: begin
4415: if jai_ar_rctla_trigger_pkg.is_this_projects_context(pv_context) then
4416: return jai_constants.yes;
4417: else
4418: return jai_constants.no;
4419: end if;