DBA Data[Home] [Help]

APPS.PSB_WS_POS2 dependencies on PSB_WS_POS3

Line 324: PSB_WS_POS3.Apply_Element_Parameters

320:
321: if FND_API.to_Boolean(p_apply_element_parameters) then
322: begin
323:
324: PSB_WS_POS3.Apply_Element_Parameters
325: (p_api_version => 1.0,
326: p_worksheet_id => p_worksheet_id,
327: p_global_worksheet => p_global_worksheet,
328: p_budget_group_id => p_budget_group_id,

Line 348: PSB_WS_POS3.Apply_Position_Parameters

344:
345: if FND_API.to_Boolean(p_apply_position_parameters) then
346: begin
347:
348: PSB_WS_POS3.Apply_Position_Parameters
349: (p_api_version => 1.0,
350: p_worksheet_id => p_worksheet_id,
351: p_global_worksheet => p_global_worksheet,
352: p_budget_group_id => p_budget_group_id,

Line 5013: if PSB_WS_POS3.g_note_parameter_name is not null then

5009:
5010: /* Bug No 1584464 Start */
5011: ---- Create Note Id and Inserts a record in PSB_WS_ACCOUNT_LINE_NOTES table
5012:
5013: if PSB_WS_POS3.g_note_parameter_name is not null then
5014: begin
5015:
5016: FND_MESSAGE.SET_NAME('PSB', 'PSB_PARAMETER_NOTE_CREATION');
5017: FND_MESSAGE.SET_TOKEN('NAME', PSB_WS_POS3.g_note_parameter_name);

Line 5017: FND_MESSAGE.SET_TOKEN('NAME', PSB_WS_POS3.g_note_parameter_name);

5013: if PSB_WS_POS3.g_note_parameter_name is not null then
5014: begin
5015:
5016: FND_MESSAGE.SET_NAME('PSB', 'PSB_PARAMETER_NOTE_CREATION');
5017: FND_MESSAGE.SET_TOKEN('NAME', PSB_WS_POS3.g_note_parameter_name);
5018: FND_MESSAGE.SET_TOKEN('DATE', sysdate);
5019: l_note := FND_MESSAGE.GET;
5020:
5021: -- Bug#4571412.

Line 5028: , p_chart_of_accounts_id => PSB_WS_POS3.g_flex_code -- Bug#4675858

5024: PSB_WS_ACCT1.Create_Note
5025: ( p_return_status => l_return_status
5026: , p_account_line_id => g_pd_recalc_costs(l_recalc_dist_index).account_line_id
5027: , p_note => l_note
5028: , p_chart_of_accounts_id => PSB_WS_POS3.g_flex_code -- Bug#4675858
5029: , p_budget_year => l_budget_year_name
5030: , p_cc_id => g_pd_recalc_costs(l_recalc_dist_index).ccid
5031: , p_concatenated_segments => NULL
5032: ) ;