DBA Data[Home] [Help]

APPS.OKL_PRICING_UTILS_PVT dependencies on OKL_ASSET_COMPONENTS_B

Line 8975: okl_asset_components_b cmp

8971: cmp.number_of_units,
8972: cmp.primary_component
8973: FROM okl_assets_b ast,
8974: okl_lease_quotes_b qte,
8975: okl_asset_components_b cmp
8976: WHERE ast.parent_object_code = 'LEASEQUOTE' AND
8977: ast.parent_object_id = qte.id AND
8978: qte.id = qteid AND
8979: ast.id = astid AND

Line 11604: okl_asset_components_b cmp

11600: cmp.number_of_units,
11601: cmp.primary_component
11602: FROM okl_assets_b ast,
11603: okl_lease_quotes_b qte,
11604: okl_asset_components_b cmp
11605: WHERE ast.parent_object_code = 'LEASEQUOTE' AND
11606: ast.parent_object_id = qte.id AND
11607: qte.id = qteid AND
11608: ast.id = astid AND