DBA Data[Home] [Help]

APPS.PSB_BUDGET_REVISIONS_PVT dependencies on PSB_GL_BUDGET_PVT

Line 989: PSB_GL_BUDGET_PVT.Find_GL_Budget

985: End Loop;
986:
987: if nvl(p_gl_budget_version_id, FND_API.G_MISS_NUM) = FND_API.G_MISS_NUM then
988:
989: PSB_GL_BUDGET_PVT.Find_GL_Budget
990: ( p_api_version => 1.0,
991: p_return_status => l_return_status,
992: p_msg_count => l_msg_count,
993: p_msg_data => l_msg_data,

Line 1007: PSB_GL_BUDGET_PVT.Find_GL_Budget

1003: end if;
1004:
1005: if ( l_budget_version_id is null and g_permanent_revision = 'Y' ) then
1006:
1007: PSB_GL_BUDGET_PVT.Find_GL_Budget
1008: ( p_api_version => 1.0,
1009: p_return_status => l_return_status,
1010: p_msg_count => l_msg_count,
1011: p_msg_data => l_msg_data,

Line 3353: PSB_GL_BUDGET_PVT.Find_GL_Budget

3349: l_budget_version_id := null;
3350: l_original_budget_balance := 0;
3351: l_current_budget_balance := 0;
3352:
3353: PSB_GL_BUDGET_PVT.Find_GL_Budget
3354: (p_api_version => 1.0,
3355: p_return_status => l_return_status,
3356: p_msg_count => l_msg_count,
3357: p_msg_data => l_msg_data,

Line 3371: PSB_GL_BUDGET_PVT.Find_GL_Budget

3367:
3368: if ((l_budget_version_id is null) and (g_permanent_revision = 'Y')) then
3369: begin
3370:
3371: PSB_GL_BUDGET_PVT.Find_GL_Budget
3372: (p_api_version => 1.0,
3373: p_return_status => l_return_status,
3374: p_msg_count => l_msg_count,
3375: p_msg_data => l_msg_data,

Line 6703: PSB_GL_BUDGET_PVT.Find_GL_Budget

6699:
6700: l_gl_budget_version_id := null;
6701: l_budget_rev_acct_line_id := null;
6702:
6703: PSB_GL_BUDGET_PVT.Find_GL_Budget
6704: (p_api_version => 1.0,
6705: p_return_status => l_return_status,
6706: p_msg_count => l_msg_count,
6707: p_msg_data => l_msg_data,

Line 6724: PSB_GL_BUDGET_PVT.Find_GL_Budget

6720:
6721: if g_permanent_revision = 'N' then
6722: begin
6723:
6724: PSB_GL_BUDGET_PVT.Find_GL_Budget
6725: (p_api_version => 1.0,
6726: p_return_status => l_return_status,
6727: p_msg_count => l_msg_count,
6728: p_msg_data => l_msg_data,