DBA Data[Home] [Help]

APPS.PSB_WS_LINE_YEAR_O_PVT dependencies on PSB_WS_ACCT_PVT

Line 236: PSB_WS_ACCT_PVT.Create_Account_Dist

232: IF nvl(l_wal_id,0) = 0 and nvl(l_ytd_amount,0) <> 0 then
233:
234: IF p_position_line_id IS NULL THEN
235:
236: PSB_WS_ACCT_PVT.Create_Account_Dist
237: (
238: p_api_version => 1.0,
239: p_init_msg_list => FND_API.G_FALSE,
240: p_commit => FND_API.G_FALSE,

Line 281: PSB_WS_ACCT_PVT.Create_Account_Dist

277: end if;
278: END IF ;
279:
280: ELSE
281: PSB_WS_ACCT_PVT.Create_Account_Dist
282: (
283: p_api_version => 1.0,
284: p_init_msg_list => FND_API.G_FALSE,
285: p_commit => FND_API.G_FALSE,

Line 318: PSB_WS_ACCT_PVT.Create_Account_Dist

314:
315:
316: ELSIF nvl(l_wal_id,0) <> 0 THEN --update row
317:
318: PSB_WS_ACCT_PVT.Create_Account_Dist
319: (
320: p_api_version => 1.0,
321: p_init_msg_list => FND_API.G_FALSE,
322: p_commit => FND_API.G_FALSE,