DBA Data[Home] [Help]

APPS.OKL_LEASE_QUOTE_ASSET_PVT dependencies on OKL_LINE_RELATIONSHIPS_B

Line 4064: FROM OKL_LINE_RELATIONSHIPS_B

4060:
4061: CURSOR c_get_line_relationships(p_asset_id OKL_ASSETS_B.ID%TYPE)
4062: IS
4063: SELECT ID
4064: FROM OKL_LINE_RELATIONSHIPS_B
4065: WHERE SOURCE_LINE_ID = p_asset_id;
4066:
4067: BEGIN
4068: IF p_transaction_control = G_TRUE THEN