DBA Data[Home] [Help]

APPS.PSB_EXCEL2_PVT dependencies on PSB_WS_ACCT_PVT

Line 1078: PSB_WS_ACCT_PVT.Create_Account_Dist

1074:
1075: /* Bug 3589696: Added the IF statement */
1076: IF NOT l_last_cy_period THEN
1077:
1078: PSB_WS_ACCT_PVT.Create_Account_Dist
1079: (
1080: p_api_version => 1.0,
1081: p_init_msg_list => FND_API.G_FALSE,
1082: p_commit => FND_API.G_FALSE,

Line 1156: PSB_WS_ACCT_PVT.Create_Account_Dist

1152: IF l_last_cy_period THEN
1153: g_year_amts(col_index).amount := 0;
1154: END IF;
1155:
1156: PSB_WS_ACCT_PVT.Create_Account_Dist
1157: (
1158: p_api_version => 1.0,
1159: p_init_msg_list => FND_API.G_FALSE,
1160: p_commit => FND_API.G_FALSE,

Line 1800: PSB_WS_ACCT_PVT.Create_Account_Dist

1796: END IF; --old acct
1797:
1798: IF old_acct and found_pos_acct_line THEN
1799:
1800: PSB_WS_ACCT_PVT.Create_Account_Dist
1801: (
1802: p_api_version => 1.0,
1803: p_init_msg_list => FND_API.G_FALSE,
1804: p_commit => FND_API.G_FALSE,

Line 1871: PSB_WS_ACCT_PVT.Create_Account_Dist

1867:
1868:
1869: END IF; -- if not validated even once for the record
1870:
1871: PSB_WS_ACCT_PVT.Create_Account_Dist
1872: (
1873: p_api_version => 1.0,
1874: p_init_msg_list => FND_API.G_FALSE,
1875: p_commit => FND_API.G_FALSE,