DBA Data[Home] [Help]

APPS.OKL_AM_ASSET_RETURN_PVT dependencies on OKL_SYSTEM_PARAMS

Line 1634: FROM OKL_SYSTEM_PARAMS ;

1630:
1631: -- check the Remarketing flow option from the setup
1632: CURSOR l_systemparamsall_csr IS
1633: SELECT REMK_PROCESS_CODE
1634: FROM OKL_SYSTEM_PARAMS ;
1635:
1636: -- get the wf display name
1637: CURSOR l_get_wf_details_csr (c_event_name VARCHAR2) IS
1638: SELECT IT.display_name

Line 1717: FROM OKL_SYSTEM_PARAMS SYP;

1713: CURSOR l_operational_csr IS
1714: SELECT syp.asst_add_book_type_code corp_book,
1715: syp.tax_book_1 tax_book_1,
1716: syp.fa_location_id fa_location_id
1717: FROM OKL_SYSTEM_PARAMS SYP;
1718:
1719: l_operational_rec l_operational_csr%ROWTYPE;
1720: l_error VARCHAR2(3) := 'N';
1721: