DBA Data[Home] [Help]

APPS.PV_GE_CHKLST_RESP_PVT dependencies on PV_GE_CHKLST_ITEMS_B

Line 1374: FOR cur IN (SELECT checklist_item_id FROM pv_ge_chklst_items_b where enabled_flag ='Y'and used_by_entity_id = p_programId and

1370: l_ge_chklst_resp_rec.response_for_entity_id := p_enrollmentId;
1371: l_ge_chklst_resp_rec.response_flag := 'N';
1372:
1373:
1374: FOR cur IN (SELECT checklist_item_id FROM pv_ge_chklst_items_b where enabled_flag ='Y'and used_by_entity_id = p_programId and
1375: arc_used_by_entity_code = 'PRGM')
1376: LOOP
1377:
1378: l_ge_chklst_resp_rec.checklist_item_id := cur.checklist_item_id;