DBA Data[Home] [Help]

APPS.PSB_POS_SET_LINE_VALUES_PVT dependencies on PSB_SET_RELATIONS

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

553: --
554: p_return_status := FND_API.G_RET_STS_SUCCESS ;
555: --
556:
557: -- Checking the Psb_set_relations table for references.
558: OPEN c;
559: FETCH c INTO l_tmp;
560: --
561: -- p_Return_Value tells whether references exist or not.

Line 638: FROM psb_set_relations

634: l_tmp VARCHAR2(1);
635:
636: CURSOR c IS
637: SELECT '1'
638: FROM psb_set_relations
639: WHERE account_position_set_id = p_Account_Position_Set_Id;
640:
641: BEGIN
642: --

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

657: --
658: p_return_status := FND_API.G_RET_STS_SUCCESS ;
659: --
660:
661: -- Checking the Psb_set_relations table for references.
662: OPEN c;
663: FETCH c INTO l_tmp;
664: --
665: -- p_Return_Value tells whether references exist or not.