DBA Data[Home] [Help]

APPS.PSB_ELEMENT_POS_SET_GROUPS_PVT dependencies on PSB_SET_RELATIONS

Line 622: FROM psb_set_relations

618: l_tmp VARCHAR2(1);
619:
620: CURSOR c IS
621: SELECT '1'
622: FROM psb_set_relations
623: WHERE position_set_group_id = p_position_set_group_id;
624:
625: BEGIN
626: --

Line 645: -- Checking the Psb_set_relations table for references.

641: --
642: p_return_status := FND_API.G_RET_STS_SUCCESS ;
643: --
644:
645: -- Checking the Psb_set_relations table for references.
646: OPEN c;
647: FETCH c INTO l_tmp;
648:
649: --