DBA Data[Home] [Help]

APPS.PSB_WS_LINE_YEAR_O_PVT dependencies on PSB_WS_ACCT1

Line 104: l_period_amount PSB_WS_ACCT1.g_prdamt_tbl_type;

100: l_api_name CONSTANT VARCHAR2(30) := 'Update_Row';
101: l_api_version CONSTANT NUMBER := 1.0;
102: --
103: --
104: l_period_amount PSB_WS_ACCT1.g_prdamt_tbl_type;
105: l_index BINARY_INTEGER;
106:
107:
108: --

Line 220: FOR l_index in 1..PSB_WS_ACCT1.G_MAX_NUM_AMOUNTS LOOP

216: l_ytd_amount := p_ytd_amount_C12;
217: END IF;
218:
219: -- Initialize the table
220: FOR l_index in 1..PSB_WS_ACCT1.G_MAX_NUM_AMOUNTS LOOP
221: l_period_amount(l_index) := NULL;
222: END LOOP;
223:
224:

Line 267: PSB_WS_ACCT1.Create_Note

263: begin
264: -- Bug#4571412
265: -- Adding parameters to the call to make it sync
266: -- with it's definiiton.
267: PSB_WS_ACCT1.Create_Note
268: (p_return_status => l_return_status,
269: p_account_line_id => l_account_line_id,
270: p_note => p_note,
271: p_chart_of_accounts_id => NULL,

Line 348: PSB_WS_ACCT1.Create_Note

344: begin
345: -- Bug#4571412
346: -- Adding parameters to the call to make it sync
347: -- with it's definiiton.
348: PSB_WS_ACCT1.Create_Note
349: (p_return_status => l_return_status,
350: p_account_line_id => l_account_line_id,
351: p_note => p_note,
352: p_chart_of_accounts_id => NULL,