DBA Data[Home] [Help]

APPS.PSB_WS_OPS_PVT dependencies on PSB_WS_POS_PVT

Line 894: PSB_WS_Pos_Pvt.Create_Position_Matrix

890:
891: --
892: -- Put the position_line in the psb_ws_lines_position table.
893: --
894: PSB_WS_Pos_Pvt.Create_Position_Matrix
895: (
896: p_api_version => 1.0 ,
897: p_init_msg_list => FND_API.G_FALSE ,
898: p_validation_level => FND_API.G_VALID_LEVEL_NONE ,

Line 1368: PSB_WS_Pos_Pvt.Create_Position_Matrix

1364: --
1365: -- Put the position_line_id in the psb_ws_lines_positions table for
1366: -- the new worksheet.
1367: --
1368: PSB_WS_Pos_Pvt.Create_Position_Matrix
1369: (
1370: p_api_version => 1.0 ,
1371: p_init_msg_list => FND_API.G_FALSE ,
1372: p_validation_level => FND_API.G_VALID_LEVEL_NONE ,

Line 1686: PSB_WS_Pos_Pvt.Create_Position_Lines

1682: --
1683: -- API creates records in psb_ws_lines_positions and
1684: -- psb_ws_position_lines for the new worksheet.
1685: --
1686: PSB_WS_Pos_Pvt.Create_Position_Lines
1687: (
1688: p_api_version => 1.0 ,
1689: p_init_msg_list => FND_API.G_FALSE ,
1690: p_commit => FND_API.G_FALSE ,

Line 1834: PSB_WS_Pos_Pvt.Create_FTE_Lines

1830: l_period_fte_tbl(59) := l_fte_rec.period59_fte ;
1831: l_period_fte_tbl(60) := l_fte_rec.period60_fte ;
1832:
1833: -- API to create new fte lines in psb_ws_fte_lines.
1834: PSB_WS_Pos_Pvt.Create_FTE_Lines
1835: (
1836: p_api_version => 1.0 ,
1837: p_init_msg_list => FND_API.G_FALSE ,
1838: p_commit => FND_API.G_FALSE ,

Line 1880: PSB_WS_Pos_Pvt.Create_Element_Lines

1876: )
1877: LOOP
1878:
1879: -- API to create new element lines in psb_ws_element_lines.
1880: PSB_WS_Pos_Pvt.Create_Element_Lines
1881: (
1882: p_api_version => 1.0 ,
1883: p_init_msg_list => FND_API.G_FALSE ,
1884: p_commit => FND_API.G_FALSE ,

Line 2446: PSB_WS_Pos_Pvt.Create_Position_Lines

2442: -- It means a new line was created in the p_source_worksheet_id.
2443: -- Putting this line in the p_target_worksheet_id. The API will
2444: -- also maintain psb_ws_lines_positions.
2445: --
2446: PSB_WS_Pos_Pvt.Create_Position_Lines
2447: (
2448: p_api_version => 1.0 ,
2449: p_init_msg_list => FND_API.G_FALSE ,
2450: p_commit => FND_API.G_FALSE ,

Line 2618: PSB_WS_Pos_Pvt.Create_FTE_Lines

2614: l_period_fte_tbl(59) := l_fte_rec.period59_fte ;
2615: l_period_fte_tbl(60) := l_fte_rec.period60_fte ;
2616:
2617: -- API to create new fte lines in psb_ws_fte_lines.
2618: PSB_WS_Pos_Pvt.Create_FTE_Lines
2619: (
2620: p_api_version => 1.0 ,
2621: p_init_msg_list => FND_API.G_FALSE ,
2622: p_commit => FND_API.G_FALSE ,

Line 2666: PSB_WS_Pos_Pvt.Create_Element_Lines

2662: )
2663: LOOP
2664:
2665: -- API to create new element lines in psb_ws_element_lines.
2666: PSB_WS_Pos_Pvt.Create_Element_Lines
2667: (
2668: p_api_version => 1.0 ,
2669: p_init_msg_list => FND_API.G_FALSE ,
2670: p_commit => FND_API.G_FALSE ,

Line 3080: PSB_WS_Pos_Pvt.Create_FTE_Lines

3076: l_period_fte_tbl(59) := l_fte_rec.period59_fte ;
3077: l_period_fte_tbl(60) := l_fte_rec.period60_fte ;
3078:
3079: -- API to create new fte lines in psb_ws_fte_lines.
3080: PSB_WS_Pos_Pvt.Create_FTE_Lines
3081: (
3082: p_api_version => 1.0 ,
3083: p_init_msg_list => FND_API.G_FALSE ,
3084: p_commit => FND_API.G_FALSE ,

Line 3135: PSB_WS_Pos_Pvt.Create_Element_Lines

3131: )
3132: LOOP
3133:
3134: -- API to create new element lines in psb_ws_element_lines.
3135: PSB_WS_Pos_Pvt.Create_Element_Lines
3136: (
3137: p_api_version => 1.0 ,
3138: p_init_msg_list => FND_API.G_FALSE ,
3139: p_commit => FND_API.G_FALSE ,

Line 4299: PSB_WS_Pos_Pvt.Create_Position_Matrix

4295: --
4296: -- Add the new position line to the current worksheet. All we need to do
4297: -- is make an entry in the position matrix.
4298: --
4299: PSB_WS_Pos_Pvt.Create_Position_Matrix
4300: (
4301: p_api_version => 1.0 ,
4302: p_init_msg_list => FND_API.G_FALSE ,
4303: p_validation_level => FND_API.G_VALID_LEVEL_NONE ,

Line 4355: PSB_WS_Pos_Pvt.Create_Position_Matrix

4351:
4352: --
4353: -- Add the new position line to the current worksheet.
4354: --
4355: PSB_WS_Pos_Pvt.Create_Position_Matrix
4356: (
4357: p_api_version => 1.0 ,
4358: p_init_msg_list => FND_API.G_FALSE ,
4359: p_validation_level => FND_API.G_VALID_LEVEL_NONE ,

Line 4500: PSB_WS_Pos_Pvt.Create_Position_Matrix

4496: LOOP
4497: --
4498: -- API to add line to the current worksheet only.
4499: --
4500: PSB_WS_Pos_Pvt.Create_Position_Matrix
4501: (
4502: p_api_version => 1.0 ,
4503: p_init_msg_list => FND_API.G_FALSE ,
4504: p_validation_level => FND_API.G_VALID_LEVEL_NONE ,

Line 5969: PSB_WS_Pos_Pvt.Create_Position_Matrix

5965: --
5966: -- Each position_line_id found is the one missing in the target
5967: -- worksheet. Add it to the target worksheet.
5968: --
5969: PSB_WS_Pos_Pvt.Create_Position_Matrix
5970: (
5971: p_api_version => 1.0 ,
5972: p_init_msg_list => FND_API.G_FALSE ,
5973: p_validation_level => FND_API.G_VALID_LEVEL_NONE ,

Line 6868: PSB_WS_Pos_Pvt.Create_Position_Matrix

6864:
6865: --
6866: -- Put the position_line in the psb_ws_lines_position table.
6867: --
6868: PSB_WS_Pos_Pvt.Create_Position_Matrix
6869: (
6870: p_api_version => 1.0 ,
6871: p_init_msg_list => FND_API.G_FALSE ,
6872: p_validation_level => FND_API.G_VALID_LEVEL_NONE ,