DBA Data[Home] [Help]

APPS.PQP_PRORATION_WRAPPER dependencies on PQP_ASSIGNMENT_ATTRIBUTES_F

Line 2405: FROM pqp_assignment_attributes_f aat

2401: AS
2402: CURSOR c_assignment_details(p_assignment_id IN NUMBER ,
2403: p_effective_date IN DATE ) IS
2404: SELECT aat.contract_type
2405: FROM pqp_assignment_attributes_f aat
2406: WHERE aat.assignment_id = p_assignment_id
2407: AND p_effective_date between aat.effective_start_date
2408: AND aat.effective_end_date;
2409: l_contract_type VARCHAR2(100);