DBA Data[Home] [Help]

APPS.PSB_SUBMIT_WORKSHEET_PVT dependencies on PSB_WORKSHEET_PVT

Line 500: PSB_Worksheet_Pvt.Apply_Constraints

496:
497: --
498: -- Call the API to validate the worksheet.
499: --
500: PSB_Worksheet_Pvt.Apply_Constraints
501: (
502: p_api_version => 1.0 ,
503: p_init_msg_list => FND_API.G_FALSE ,
504: p_commit => FND_API.G_FALSE ,

Line 1463: PSB_Worksheet_Pvt.Update_Worksheet

1459: -- at the lower stage.
1460: --
1461: IF l_target_stage_seq > l_current_stage_seq THEN
1462: --
1463: PSB_Worksheet_Pvt.Update_Worksheet
1464: (
1465: p_api_version => 1.0 ,
1466: p_init_msg_list => FND_API.G_FALSE,
1467: p_commit => FND_API.G_FALSE,

Line 2413: PSB_Worksheet_Pvt.Update_Worksheet

2409: LOOP
2410: --
2411: -- Update Distribution related information in psb_worksheets.
2412: --
2413: PSB_Worksheet_Pvt.Update_Worksheet
2414: (
2415: p_api_version => 1.0 ,
2416: p_init_msg_list => FND_API.G_FALSE,
2417: p_commit => FND_API.G_FALSE,