DBA Data[Home] [Help]

APPS.PSB_WS_LINE_YEAR_I_PVT dependencies on PSB_WS_ACCT1

Line 82: l_period_amount PSB_WS_ACCT1.g_prdamt_tbl_type;

78: l_api_version CONSTANT NUMBER := 1.0;
79: --
80: l_return_status VARCHAR2(1);
81: --
82: l_period_amount PSB_WS_ACCT1.g_prdamt_tbl_type;
83: l_index BINARY_INTEGER;
84: --
85: l_budget_year_id NUMBER;
86: l_ytd_amount NUMBER;

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

111:
112:
113:
114: -- Initialize the table
115: FOR l_index in 1..PSB_WS_ACCT1.G_MAX_NUM_AMOUNTS LOOP
116: l_period_amount(l_index) := NULL;
117: END LOOP;
118:
119: --

Line 226: PSB_WS_ACCT1.Create_Note

222: if p_note is not null then
223: -- Bug#4571412
224: -- Adding parameters to the call to make it sync
225: -- with it's definiiton.
226: PSB_WS_ACCT1.Create_Note
227: (p_return_status => l_return_status,
228: p_account_line_id => l_account_line_id,
229: p_note => p_note,
230: p_chart_of_accounts_id => NULL,