DBA Data[Home] [Help]

APPS.OZF_CLAIM_ACCRUAL_PVT dependencies on OZF_OFFER_PERFORMANCES

Line 4030: FROM ozf_offer_performances

4026: , end_date
4027: , requirement_type
4028: , estimated_value
4029: , uom_code
4030: FROM ozf_offer_performances
4031: WHERE required_flag = 'Y'
4032: AND product_attribute_context = 'ITEM'
4033: AND requirement_type IN ('AMOUNT', 'VOLUME')
4034: AND list_header_id = cv_offer_id;

Line 4516: FROM ozf_offer_performances

4512: AND organization_id = FND_PROFILE.VALUE('AMS_ITEM_ORGANIZATION_ID');
4513:
4514: CURSOR csr_offer_perf(cv_list_header_id IN NUMBER) IS
4515: SELECT 1
4516: FROM ozf_offer_performances
4517: WHERE list_header_id = cv_list_header_id;
4518:
4519: --Added for bug 7030415
4520: CURSOR c_get_conversion_type IS