DBA Data[Home] [Help]

APPS.PV_PARTNER_PROGRAM_PVT dependencies on PV_PG_ENRL_CHANGE_RULES

Line 4499: FROM PV_PG_ENRL_CHANGE_RULES

4495: WHERE program_id = cv_program_id;
4496: */
4497: CURSOR c_get_pec_rules_rec (cv_program_id IN NUMBER) IS
4498: SELECT *
4499: FROM PV_PG_ENRL_CHANGE_RULES
4500: WHERE change_to_program_id = cv_program_id
4501: and CHANGE_DIRECTION_CODE = 'PREREQUISITE';
4502:
4503: l_process_rule_name VARCHAR2(100);