DBA Data[Home] [Help]

APPS.JAI_RCV_RGM_CLAIMS_PKG dependencies on JAI_PLSQL_CACHE_PKG

Line 1207: l_func_curr_det jai_plsql_cache_pkg.func_curr_details;

1203:
1204: /* Bug 5243532. Added by Lakshmi Gopalsami
1205: * Defined variable for implementing caching logic.
1206: */
1207: l_func_curr_det jai_plsql_cache_pkg.func_curr_details;
1208: lv_organization_code org_organization_definitions.organization_code%TYPE;
1209: -- End for bug 5243532
1210:
1211: BEGIN

Line 1346: l_func_curr_det := jai_plsql_cache_pkg.return_sob_curr

1342: * and cur_total_tax.
1343: * Removed cursor c_org_info and implemented caching logic.
1344: */
1345:
1346: l_func_curr_det := jai_plsql_cache_pkg.return_sob_curr
1347: (p_org_id => r_trx.organization_id );
1348: lv_organization_code := l_func_curr_det.organization_code;
1349:
1350: ln_statement_id := 5;