DBA Data[Home] [Help]

APPS.JAI_AR_MATCH_TAX_PKG dependencies on JAI_AR_RCTLA_TRIGGER_PKG

Line 3314: if jai_ar_rctla_trigger_pkg.is_this_projects_context(pv_context) then

3310: -- Start commented by kunkumar for bug#6066813
3311: -- following function added for bug#6012570 (5876390) --> revoked the comments, 6012570
3312: function is_this_projects_context(pv_context in varchar2) return varchar2 is
3313: begin
3314: if jai_ar_rctla_trigger_pkg.is_this_projects_context(pv_context) then
3315: return jai_constants.yes;
3316: else
3317: return jai_constants.no;
3318: end if;