DBA Data[Home] [Help]

APPS.GMF_PERIODCLOSE_PVT dependencies on FND_API

Line 221: IF( l_return_status <> FND_API.G_RET_STS_SUCCESS )

217: x_return_status => l_return_status,
218: x_return_msg => l_return_msg
219: );
220:
221: IF( l_return_status <> FND_API.G_RET_STS_SUCCESS )
222: THEN
223: x_errbuf := l_return_msg;
224: x_retcode := 2;
225: RAISE e_inv_per_bal_failed;

Line 1021: IF l_return_status <> fnd_api.g_ret_sts_success THEN

1017: x_pend_matl => l_pend_matl,
1018: x_pending_ship => l_pend_ship,
1019: x_return_status => l_return_status);
1020:
1021: IF l_return_status <> fnd_api.g_ret_sts_success THEN
1022: Log_Msg(C_LOG_FILE,' GMF_PeriodClose_PUB.Get_PendingTxnCount failed');
1023: Log_Msg(C_LOG_FILE,' Skipping closing of this period because of the above error');
1024: l_failed := l_failed + 1;
1025: GOTO period_close;

Line 1065: IF (l_return_status <> fnd_api.g_ret_sts_success) THEN

1061: p_period_start_date => l_start_date,
1062: p_period_end_date => l_close_date
1063: );
1064:
1065: IF (l_return_status <> fnd_api.g_ret_sts_success) THEN
1066: Log_Msg(C_LOG_FILE,' INV_LOGICAL_TRANSACTIONS_PUB.Check_Accounting_Period_Close failed');
1067: Log_Msg(C_LOG_FILE,' Skipping closing of this period because of the above error');
1068: l_failed := l_failed + 1;
1069: GOTO period_close;

Line 1161: IF( l_return_status <> FND_API.G_RET_STS_SUCCESS )

1157: x_return_status => l_return_status,
1158: x_return_msg => l_return_msg
1159: );
1160:
1161: IF( l_return_status <> FND_API.G_RET_STS_SUCCESS )
1162: THEN
1163: x_errbuf := l_return_msg;
1164: x_retcode := 2;
1165: Reset_Period_Status(l_organization_id, l_acct_period_id);

Line 1225: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN

1221: x_retcode := 2;
1222: x_errbuf := 'Loading gmf_process_organizations_gt failed';
1223: End_Process('ERROR', x_errbuf);
1224:
1225: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1226: ROLLBACK TO Compile_Period_Balances_LE;
1227: Reset_Period_Status(l_organization_id, l_acct_period_id);
1228: x_retcode := 2;
1229: x_errbuf := 'Unexpected error';