DBA Data[Home] [Help]

APPS.PSB_SET_RELATION_PVT dependencies on PSB_ACCOUNT_POSITION_SET_LINES

Line 736: FROM psb_account_position_set_lines

732: DELETE psb_position_set_line_values
733: WHERE line_sequence_id IN
734: (
735: SELECT line_sequence_id
736: FROM psb_account_position_set_lines
737: WHERE account_position_set_id =
738: l_relations_rec.account_position_set_id
739: ) ;
740:

Line 746: DELETE psb_account_position_set_lines

742:
743: --
744: -- Delete all the set lines for Local sets.
745: --
746: DELETE psb_account_position_set_lines
747: WHERE account_position_set_id =
748: l_relations_rec.account_position_set_id ;
749:
750: --