DBA Data[Home] [Help]

APPS.PSB_POSITION_ATTRIBUTES_PVT dependencies on PSB_ACCOUNT_POSITION_SET_LINES

Line 811: FROM psb_account_position_set_lines

807: WHERE attribute_id = p_attribute_Id;
808:
809: Cursor c1 IS
810: SELECT '1'
811: FROM psb_account_position_set_lines
812: WHERE attribute_id = p_attribute_Id;
813:
814: BEGIN
815: --

Line 847: -- Checking the Psb_Account_Position_Set_lines table for references.

843: END IF;
844:
845: CLOSE c;
846: --
847: -- Checking the Psb_Account_Position_Set_lines table for references.
848: l_tmp := null;
849: OPEN c1;
850: FETCH c1 INTO l_tmp;
851: --