DBA Data[Home] [Help]

APPS.PSB_WS_OPS_PVT dependencies on PSB_WS_ACCT_PVT

Line 2289: -- Putting this line in the p_target_worksheet_id. The PSB_WS_Acct_Pvt

2285:
2286: IF ( l_ws_account_lines_csr%NOTFOUND ) THEN
2287: --
2288: -- It means a new line was created in the p_source_worksheet_id.
2289: -- Putting this line in the p_target_worksheet_id. The PSB_WS_Acct_Pvt
2290: -- API will also maintain psb_ws_lines.
2291: --
2292: PSB_WS_Acct_Pvt.Create_Account_Dist
2293: (

Line 2292: PSB_WS_Acct_Pvt.Create_Account_Dist

2288: -- It means a new line was created in the p_source_worksheet_id.
2289: -- Putting this line in the p_target_worksheet_id. The PSB_WS_Acct_Pvt
2290: -- API will also maintain psb_ws_lines.
2291: --
2292: PSB_WS_Acct_Pvt.Create_Account_Dist
2293: (
2294: p_api_version => 1.0 ,
2295: p_init_msg_list => FND_API.G_FALSE,
2296: p_commit => FND_API.G_FALSE,

Line 2380: PSB_WS_Acct_Pvt.Create_Account_Dist

2376: --
2377: -- Updating ytd_amount in the p_target_worksheet_id.
2378: --
2379:
2380: PSB_WS_Acct_Pvt.Create_Account_Dist
2381: (
2382: p_api_version => 1.0 ,
2383: p_init_msg_list => FND_API.G_FALSE,
2384: p_commit => FND_API.G_FALSE,

Line 2874: -- Putting this line in the p_target_worksheet_id. The PSB_WS_Acct_Pvt

2870:
2871: IF ( l_ws_account_lines_csr%NOTFOUND ) THEN
2872: --
2873: -- It means a new line was created in the p_source_worksheet_id.
2874: -- Putting this line in the p_target_worksheet_id. The PSB_WS_Acct_Pvt
2875: -- API will also maintain psb_ws_lines.
2876: --
2877:
2878: PSB_WS_Acct_Pvt.Create_Account_Dist

Line 2878: PSB_WS_Acct_Pvt.Create_Account_Dist

2874: -- Putting this line in the p_target_worksheet_id. The PSB_WS_Acct_Pvt
2875: -- API will also maintain psb_ws_lines.
2876: --
2877:
2878: PSB_WS_Acct_Pvt.Create_Account_Dist
2879: (
2880: p_api_version => 1.0 ,
2881: p_init_msg_list => FND_API.G_FALSE,
2882: p_commit => FND_API.G_FALSE,

Line 2961: PSB_WS_Acct_Pvt.Create_Account_Dist

2957: --
2958: -- Updating ytd_amount in the p_target_worksheet_id.
2959: --
2960:
2961: PSB_WS_Acct_Pvt.Create_Account_Dist
2962: (
2963: p_api_version => 1.0 ,
2964: p_init_msg_list => FND_API.G_FALSE,
2965: p_commit => FND_API.G_FALSE,

Line 6142: PSB_WS_Acct_Pvt.Create_Account_Dist

6138: --
6139: -- Create records in psb_ws_lines and psb_ws_account_lines for the
6140: -- new worksheet.
6141: --
6142: PSB_WS_Acct_Pvt.Create_Account_Dist
6143: (
6144: p_api_version => 1.0 ,
6145: p_init_msg_list => FND_API.G_FALSE,
6146: p_commit => FND_API.G_FALSE,