DBA Data[Home] [Help]

APPS.PSB_WS_ACCT1 dependencies on PSB_WS_ACCT2

Line 1368: -- handled in the PSB_WS_ACCT2.Distribute_Account_Lines function.

1364: end loop;
1365:
1366: /* Bug 3352171 start */
1367: -- Comment out the following two lines. The allocation logic will be
1368: -- handled in the PSB_WS_ACCT2.Distribute_Account_Lines function.
1369: --if nvl(l_allocrule_set_id, FND_API.G_MISS_NUM) <> FND_API.G_MISS_NUM then
1370: --begin
1371: /* Bug 3352171 end */
1372:

Line 1388: PSB_WS_ACCT2.Distribute_Account_Lines

1384: else
1385: l_ytd_amount := nvl(p_ytd_amount, 0);
1386: end if;
1387:
1388: PSB_WS_ACCT2.Distribute_Account_Lines
1389: ( p_return_status => l_return_status,
1390: p_worksheet_id => p_worksheet_id,
1391: p_flex_mapping_set_id => l_flex_mapping_set_id,
1392: p_budget_year_type_id => l_budget_year_type_id,

Line 3393: -- handled in the PSB_WS_ACCT2.Distribute_Account_Lines function.

3389: end loop;
3390:
3391: /* Bug 3352171 start */
3392: -- Comment out the following two lines. The allocation logic will be
3393: -- handled in the PSB_WS_ACCT2.Distribute_Account_Lines function.
3394: --if nvl(l_allocrule_set_id, FND_API.G_MISS_NUM) <> FND_API.G_MISS_NUM
3395: -- then
3396: --begin
3397: /* Bug 3352171 end */

Line 3405: PSB_WS_ACCT2.Distribute_Account_Lines

3401: else
3402: l_allocate_ytd_amount := nvl(p_ytd_amount, 0);
3403: end if;
3404:
3405: PSB_WS_ACCT2.Distribute_Account_Lines
3406: ( p_return_status => l_return_status,
3407: p_worksheet_id => p_worksheet_id,
3408: p_flex_mapping_set_id => l_flex_mapping_set_id,
3409: p_budget_year_type_id => l_budget_year_type_id,

Line 3462: PSB_WS_ACCT2.Distribute_Account_Lines

3458: else
3459: l_allocate_ytd_amount := nvl(p_ytd_amount, 0);
3460: end if;
3461:
3462: PSB_WS_ACCT2.Distribute_Account_Lines
3463: (p_return_status => l_return_status,
3464: p_worksheet_id => p_worksheet_id,
3465: p_service_package_id => l_service_package_id,
3466: p_stage_set_id => l_stage_set_id,

Line 4706: PSB_WS_ACCT2.g_running_total <> 0 --bug 3704360. added this clause.

4702: IF ( PSB_WORKSHEET.g_ws_first_time_creation_flag
4703: and
4704: ( l_ytd_amount <> 0
4705: OR
4706: PSB_WS_ACCT2.g_running_total <> 0 --bug 3704360. added this clause.
4707: OR
4708: ( l_ytd_amount = 0 and g_create_zero_bal = 'Y' )
4709: )
4710: )

Line 5203: -- PSB_WS_ACCT2.Map_GL_Balances API.

5199: sql_encum_balance VARCHAR2(1000);
5200:
5201: -- Bug#5030613 Start
5202: -- Commenting the cursor. The same check will now be done in
5203: -- PSB_WS_ACCT2.Map_GL_Balances API.
5204: /*cursor c_fin is
5205: select purch_encumbrance_type_id, req_encumbrance_type_id
5206: from financials_system_parameters; */
5207: -- Bug#5030613 End

Line 5212: -- PSB_WS_ACCT2.Map_GL_Balances API.

5208:
5209: BEGIN
5210: -- Bug#5030613 Start
5211: -- Commenting the cursor. The same check will now be done in
5212: -- PSB_WS_ACCT2.Map_GL_Balances API.
5213: /*for c_fin_rec in c_fin loop
5214: l_commit_enc_type_id := c_fin_rec.req_encumbrance_type_id;
5215: l_oblig_enc_type_id := c_fin_rec.purch_encumbrance_type_id;
5216: end loop; */

Line 5248: -- PSB_WS_ACCT2.Map_GL_Balances API.

5244: 'and gs.application_id = 101 ';
5245:
5246: -- Bug#5030613 Start
5247: -- Commenting the cursor. The same check will now be done in
5248: -- PSB_WS_ACCT2.Map_GL_Balances API.
5249:
5250: -- Extract encumbrance balances, Include Other Encum Balances.
5251: /* if FND_API.to_Boolean(p_include_gl_other_balance) then
5252: begin