DBA Data[Home] [Help]

APPS.PSB_BUDGET_REVISIONS_PVT dependencies on PSB_WS_POS3

Line 2621: PSB_WS_POS3.Process_ElemParam

2617: if ((c_Parameter_Rec.parameter_autoinc_rule is null) or
2618: (c_Parameter_Rec.parameter_autoinc_rule = 'N')) then
2619: begin
2620:
2621: PSB_WS_POS3.Process_ElemParam
2622: (p_return_status => l_return_status,
2623: p_worksheet_id => p_budget_revision_id,
2624: p_parameter_id => c_parameter_rec.parameter_id,
2625: p_currency_code => nvl(c_parameter_rec.currency_code, g_func_currency),

Line 2642: PSB_WS_POS3.Process_ElemParam_AutoInc

2638:
2639: if FND_API.to_Boolean(g_global_revision) then
2640: begin
2641:
2642: PSB_WS_POS3.Process_ElemParam_AutoInc
2643: (p_return_status => l_return_status,
2644: p_worksheet_id => p_budget_revision_id,
2645: p_data_extract_id => g_data_extract_id,
2646: p_business_group_id => g_business_group_id,

Line 2681: PSB_WS_POS3.Process_ElemParam

2677:
2678: l_compound_annually := FND_API.G_TRUE;
2679: l_compound_factor := greatest(ceil(months_between(l_start_date, c_Parameter_Rec.effective_start_date) / 12), 0) + 1;
2680:
2681: PSB_WS_POS3.Process_ElemParam
2682: (p_return_status => l_return_status,
2683: p_worksheet_id => p_budget_revision_id,
2684: p_parameter_id => c_Parameter_Rec.parameter_id,
2685: p_currency_code => nvl(c_Parameter_Rec.currency_code, g_func_currency),

Line 2704: PSB_WS_POS3.Process_ElemParam_AutoInc

2700: begin
2701:
2702: l_compound_factor := greatest(ceil(months_between(l_start_date, c_Parameter_Rec.effective_start_date) / 12), 0) + 1;
2703:
2704: PSB_WS_POS3.Process_ElemParam_AutoInc
2705: (p_return_status => l_return_status,
2706: p_worksheet_id => p_budget_revision_id,
2707: p_data_extract_id => g_data_extract_id,
2708: p_business_group_id => g_business_group_id,

Line 2865: PSB_WS_POS3.Process_PosParam_Detailed

2861: begin
2862:
2863: l_compound_annually := FND_API.G_FALSE;
2864:
2865: PSB_WS_POS3.Process_PosParam_Detailed
2866: (p_return_status => l_return_status,
2867: p_event_type => 'BR',
2868: p_local_parameter => p_local_parameter,
2869: p_worksheet_id => p_budget_revision_id,

Line 2901: PSB_WS_POS3.Process_PosParam_Detailed

2897:
2898: l_compound_annually := FND_API.G_TRUE;
2899: l_compound_factor := greatest(ceil(months_between(l_start_date, c_Parameter_Rec.effective_start_date) / 12), 0) + 1;
2900:
2901: PSB_WS_POS3.Process_PosParam_Detailed
2902: (p_return_status => l_return_status,
2903: p_event_type => 'BR',
2904: p_local_parameter => p_local_parameter,
2905: p_worksheet_id => p_budget_revision_id,

Line 2941: PSB_WS_POS3.Process_PosParam_Detailed

2937: else
2938: l_compound_annually := FND_API.G_TRUE;
2939: end if;
2940:
2941: PSB_WS_POS3.Process_PosParam_Detailed
2942: (p_return_status => l_return_status,
2943: p_event_type => 'BR',
2944: p_local_parameter => p_local_parameter,
2945: p_worksheet_id => p_budget_revision_id,

Line 8249: PSB_WS_POS3.Process_ElemCons_Detailed

8245: BEGIN
8246:
8247: for c_Constraint_Rec in c_Constraint loop
8248:
8249: PSB_WS_POS3.Process_ElemCons_Detailed
8250: (p_return_status => l_return_status,
8251: p_worksheet_id => g_global_budget_revision_id,
8252: p_data_extract_id => g_data_extract_id,
8253: p_constraint_id => c_Constraint_Rec.constraint_id,