DBA Data[Home] [Help]

APPS.OKL_PRICING_UTILS_PVT dependencies on OKL_LEASE_APPLICATIONS_B

Line 9022: okl_lease_applications_b lapp

9018: ,lapp.cust_acct_id cust_acct_id
9019: ,lapp.sales_territory_id sales_territory_id
9020: ,lapp.currency_code currency_code
9021: FROM okl_lease_quotes_b lq,
9022: okl_lease_applications_b lapp
9023: WHERE parent_object_code = 'LEASEAPP'
9024: AND parent_object_id = lapp.id
9025: AND lq.id = p_lq_id;
9026: -- Cursor to fetch the Asset components details

Line 11661: okl_lease_applications_b lapp

11657: ,lapp.cust_acct_id cust_acct_id
11658: ,lapp.sales_territory_id sales_territory_id
11659: ,lapp.currency_code currency_code
11660: FROM okl_lease_quotes_b lq,
11661: okl_lease_applications_b lapp
11662: WHERE parent_object_code = 'LEASEAPP'
11663: AND parent_object_id = lapp.id
11664: AND lq.id = p_lq_id;
11665: -- Cursor for checking whether the CFO Exists or not