DBA Data[Home] [Help]

APPS.PSB_ACCOUNT_POSITION_SET_PVT dependencies on PSB_ACCT_POSITION_SET_LINE_PVT

Line 540: PSB_Acct_Position_Set_Line_Pvt.Delete_Row

536: WHERE account_position_set_id = l_account_position_set_id
537: )
538: LOOP
539: --
540: PSB_Acct_Position_Set_Line_Pvt.Delete_Row
541: (
542: p_api_version => 1.0 ,
543: p_init_msg_list => FND_API.G_FALSE,
544: p_commit => FND_API.G_FALSE,

Line 1374: PSB_Acct_Position_Set_Line_Pvt.Insert_Row

1370: -- Reset l_line_sequence_id variable as new values are created from
1371: -- the sequence.
1372: l_line_sequence_id := NULL;
1373:
1374: PSB_Acct_Position_Set_Line_Pvt.Insert_Row
1375: (
1376: p_api_version => 1.0,
1377: p_init_msg_list => FND_API.G_TRUE,
1378: p_commit => FND_API.G_FALSE,