DBA Data[Home] [Help]

APPS.PSB_POSITION_CONTROL_PVT dependencies on PSB_ACCOUNT_POSITION_SET_PVT

Line 869: PSB_ACCOUNT_POSITION_SET_PVT.Insert_Row

865: for c_posset_seq_rec in c_posset_seq loop
866: l_position_set_id := c_posset_seq_rec.seq;
867: end loop;
868:
869: PSB_ACCOUNT_POSITION_SET_PVT.Insert_Row
870: (p_api_version => 1.0,
871: p_return_status => l_return_status,
872: p_msg_count => l_msg_count,
873: p_msg_data => l_msg_data,

Line 1231: PSB_ACCOUNT_POSITION_SET_PVT.Update_Row

1227:
1228: if c_posset_rec.attribute_selection_type <> 'O' then
1229: begin
1230:
1231: PSB_ACCOUNT_POSITION_SET_PVT.Update_Row
1232: (p_api_version => 1.0,
1233: p_return_status => l_return_status,
1234: p_msg_count => l_msg_count,
1235: p_msg_data => l_msg_data,

Line 12396: PSB_ACCOUNT_POSITION_SET_PVT.Insert_Row

12392: for c_posset_seq_rec in c_posset_seq loop
12393: l_position_set_id := c_posset_seq_rec.seq;
12394: end loop;
12395:
12396: PSB_ACCOUNT_POSITION_SET_PVT.Insert_Row
12397: (p_api_version => 1.0,
12398: p_return_status => l_return_status,
12399: p_msg_count => l_msg_count,
12400: p_msg_data => l_msg_data,

Line 12426: PSB_ACCOUNT_POSITION_SET_PVT.Update_Row

12422: end;
12423: elsif c_posset_rec.attribute_selection_type <> l_attribute_selection_type then
12424: begin
12425: --Update the Position Set with the new selection type
12426: PSB_ACCOUNT_POSITION_SET_PVT.Update_Row
12427: (p_api_version => 1.0,
12428: p_return_status => l_return_status,
12429: p_msg_count => l_msg_count,
12430: p_msg_data => l_msg_data,