DBA Data[Home] [Help]

APPS.OKL_PRICING_UTILS_PVT dependencies on OKL_LEASE_APPLICATIONS_B

Line 8682: okl_lease_applications_b lapp

8678: ,lapp.cust_acct_id cust_acct_id
8679: ,lapp.sales_territory_id sales_territory_id
8680: ,lapp.currency_code currency_code
8681: FROM okl_lease_quotes_b lq,
8682: okl_lease_applications_b lapp
8683: WHERE parent_object_code = 'LEASEAPP'
8684: AND parent_object_id = lapp.id
8685: AND lq.id = p_lq_id;
8686: -- Cursor to fetch the Asset components details

Line 10667: okl_lease_applications_b lapp

10663: ,lapp.cust_acct_id cust_acct_id
10664: ,lapp.sales_territory_id sales_territory_id
10665: ,lapp.currency_code currency_code
10666: FROM okl_lease_quotes_b lq,
10667: okl_lease_applications_b lapp
10668: WHERE parent_object_code = 'LEASEAPP'
10669: AND parent_object_id = lapp.id
10670: AND lq.id = p_lq_id;
10671: -- Cursor for checking whether the CFO Exists or not