DBA Data[Home] [Help]

APPS.OKL_PRICING_UTILS_PVT dependencies on OKL_ASSET_COMPONENTS_B

Line 8635: okl_asset_components_b cmp

8631: cmp.number_of_units,
8632: cmp.primary_component
8633: FROM okl_assets_b ast,
8634: okl_lease_quotes_b qte,
8635: okl_asset_components_b cmp
8636: WHERE ast.parent_object_code = 'LEASEQUOTE' AND
8637: ast.parent_object_id = qte.id AND
8638: qte.id = qteid AND
8639: ast.id = astid AND

Line 10610: okl_asset_components_b cmp

10606: cmp.number_of_units,
10607: cmp.primary_component
10608: FROM okl_assets_b ast,
10609: okl_lease_quotes_b qte,
10610: okl_asset_components_b cmp
10611: WHERE ast.parent_object_code = 'LEASEQUOTE' AND
10612: ast.parent_object_id = qte.id AND
10613: qte.id = qteid AND
10614: ast.id = astid AND