DBA Data[Home] [Help]

APPS.JAI_MTL_TRXS_PKG dependencies on JAI_PLSQL_CACHE_PKG

Line 3432: l_func_curr_det jai_plsql_cache_pkg.func_curr_details;

3428: is
3429: lv_organization_code org_organization_definitions.organization_code%type;
3430: ln_set_of_books_id org_organization_definitions.set_of_books_id%type;
3431:
3432: l_func_curr_det jai_plsql_cache_pkg.func_curr_details;
3433: lv_status gl_interface.status%type;
3434: lv_reference_entry gl_interface.reference22%type;
3435: lv_reference_10 gl_interface.reference10%TYPE;
3436: lv_reference_23 gl_interface.reference23%TYPE;

Line 3454: l_func_curr_det := jai_plsql_cache_pkg.return_sob_curr

3450: ln_receiving_accnt_id NUMBER;
3451:
3452:
3453: BEGIN
3454: l_func_curr_det := jai_plsql_cache_pkg.return_sob_curr
3455: (p_org_id => p_organization_id);
3456: lv_organization_code := l_func_curr_det.organization_code;
3457: ln_set_of_books_id := l_func_curr_det.ledger_id;
3458: lv_source_name := 'Purchasing India';