DBA Data[Home] [Help]

APPS.PSB_ACCT_POSITION_SET_LINE_PVT dependencies on PSB_POSITION_SET_LINE_VALUES

Line 1084: -- Deleting dependent detail records from psb_position_set_line_values.

1080: p_return_status := FND_API.G_RET_STS_SUCCESS ;
1081: --
1082:
1083: --
1084: -- Deleting dependent detail records from psb_position_set_line_values.
1085: -- ( To maintain ISOLATED master-detail form relation also. )
1086: -- Get the line_sequence_id to perform the delete.
1087: --
1088: SELECT line_sequence_id INTO l_line_sequence_id

Line 1092: DELETE psb_position_set_line_values

1088: SELECT line_sequence_id INTO l_line_sequence_id
1089: FROM psb_account_position_set_lines
1090: WHERE rowid = p_Row_Id ;
1091:
1092: DELETE psb_position_set_line_values
1093: WHERE line_sequence_id = l_line_sequence_id ;
1094:
1095: --
1096: -- Deleting the record in psb_account_position_sets.