DBA Data[Home] [Help]

APPS.PSB_WS_OPS_PVT dependencies on PSB_WORKSHEET_PVT

Line 656: PSB_Worksheet_Pvt.Create_Worksheet

652:
653: --
654: -- Create the new worksheet in psb_worksheets table.
655: --
656: PSB_Worksheet_Pvt.Create_Worksheet
657: (
658: p_api_version => 1.0 ,
659: p_init_msg_list => FND_API.G_FALSE,
660: p_commit => FND_API.G_FALSE,

Line 1151: PSB_Worksheet_Pvt.Create_Worksheet

1147:
1148: --
1149: -- Create the new worksheet in psb_worksheets table.
1150: --
1151: PSB_Worksheet_Pvt.Create_Worksheet
1152: (
1153: p_api_version => 1.0 ,
1154: p_init_msg_list => FND_API.G_FALSE,
1155: p_commit => FND_API.G_FALSE,

Line 1559: PSB_Worksheet_Pvt.Create_Worksheet

1555:
1556: --
1557: -- Create the new worksheet in psb_worksheets table.
1558: --
1559: PSB_Worksheet_Pvt.Create_Worksheet
1560: (
1561: p_api_version => 1.0 ,
1562: p_init_msg_list => FND_API.G_FALSE,
1563: p_commit => FND_API.G_FALSE,

Line 3458: PSB_Worksheet_Pvt.Update_Worksheet

3454: --
3455: -- As global worksheet is being deleted, set global_worksheet_id
3456: -- column to null in the local worksheet.
3457: --
3458: PSB_Worksheet_Pvt.Update_Worksheet
3459: (
3460: p_api_version => 1.0 ,
3461: p_init_msg_list => FND_API.G_FALSE ,
3462: p_commit => FND_API.G_FALSE ,

Line 4703: PSB_Worksheet_Pvt.Update_Worksheet

4699: END LOOP;
4700: END IF;
4701: /* bug end 3970347 */
4702:
4703: PSB_Worksheet_Pvt.Update_Worksheet
4704: (
4705: p_api_version => 1.0 ,
4706: p_init_msg_list => FND_API.G_FALSE,
4707: p_commit => FND_API.G_FALSE,

Line 4914: PSB_Worksheet_Pvt.Update_Worksheet

4910: END LOOP;
4911: END IF;
4912: /* bug end 3970347 */
4913:
4914: PSB_Worksheet_Pvt.Update_Worksheet
4915: (
4916: p_api_version => 1.0 ,
4917: p_init_msg_list => FND_API.G_FALSE,
4918: p_commit => FND_API.G_FALSE,

Line 5742: PSB_Worksheet_Pvt.Update_Worksheet

5738:
5739: --
5740: -- Update worksheet submission related columns in the target worksheet.
5741: --
5742: PSB_Worksheet_Pvt.Update_Worksheet
5743: (
5744: p_api_version => 1.0 ,
5745: p_init_msg_list => FND_API.G_FALSE,
5746: p_commit => FND_API.G_FALSE,

Line 6731: PSB_Worksheet_Pvt.Create_Worksheet

6727:
6728: --
6729: -- Create the new worksheet in psb_worksheets table.
6730: --
6731: PSB_Worksheet_Pvt.Create_Worksheet
6732: (
6733: p_api_version => 1.0 ,
6734: p_init_msg_list => FND_API.G_FALSE,
6735: p_commit => FND_API.G_FALSE,