DBA Data[Home] [Help]

APPS.PV_GE_CHKLST_PVT dependencies on PV_GE_CHKLST_RESPONSES

Line 1631: FOR cur IN (SELECT 1 FROM pv_ge_chklst_responses WHERE checklist_item_id = p_checklist_item_id)

1627: l_response NUMBER;
1628: BEGIN
1629: l_response := 0;
1630:
1631: FOR cur IN (SELECT 1 FROM pv_ge_chklst_responses WHERE checklist_item_id = p_checklist_item_id)
1632: LOOP
1633:
1634: l_response :=1;
1635: EXIT WHEN l_response = 1;