DBA Data[Home] [Help]

APPS.PSB_WORKSHEET_CONSOLIDATE dependencies on PSB_ACCOUNT_POSITION_SET_PVT

Line 776: PSB_ACCOUNT_POSITION_SET_PVT.Insert_Row

772: for c_posset_seq_rec in c_posset_seq loop
773: l_position_set_id := c_posset_seq_rec.seq;
774: end loop;
775:
776: PSB_ACCOUNT_POSITION_SET_PVT.Insert_Row
777: (p_api_version => 1.0,
778: p_return_status => l_return_status,
779: p_msg_count => l_msg_count,
780: p_msg_data => l_msg_data,

Line 1074: PSB_ACCOUNT_POSITION_SET_PVT.Update_Row

1070:
1071: if c_posset_rec.attribute_selection_type <> 'O' then
1072: begin
1073:
1074: PSB_ACCOUNT_POSITION_SET_PVT.Update_Row
1075: (p_api_version => 1.0,
1076: p_return_status => l_return_status,
1077: p_msg_count => l_msg_count,
1078: p_msg_data => l_msg_data,