DBA Data[Home] [Help]

APPS.GMF_PERIODCLOSE_PVT dependencies on FND_API

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

202: x_return_status => l_return_status,
203: x_return_msg => l_return_msg
204: );
205:
206: IF( l_return_status <> FND_API.G_RET_STS_SUCCESS )
207: THEN
208: x_errbuf := l_return_msg;
209: x_retcode := 2;
210: RAISE e_inv_per_bal_failed;

Line 969: IF l_return_status <> fnd_api.g_ret_sts_success THEN

965: x_pend_matl => l_pend_matl,
966: x_pending_ship => l_pend_ship,
967: x_return_status => l_return_status);
968:
969: IF l_return_status <> fnd_api.g_ret_sts_success THEN
970: Log_Msg(C_LOG_FILE,' GMF_PeriodClose_PUB.Get_PendingTxnCount failed');
971: Log_Msg(C_LOG_FILE,' Skipping closing of this period because of the above error');
972: l_failed := l_failed + 1;
973: GOTO period_close;

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

1004: p_period_start_date => l_start_date,
1005: p_period_end_date => l_close_date
1006: );
1007:
1008: IF (l_return_status <> fnd_api.g_ret_sts_success) THEN
1009: Log_Msg(C_LOG_FILE,' INV_LOGICAL_TRANSACTIONS_PUB.Check_Accounting_Period_Close failed');
1010: Log_Msg(C_LOG_FILE,' Skipping closing of this period because of the above error');
1011: l_failed := l_failed + 1;
1012: GOTO period_close;

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

1088: x_return_status => l_return_status,
1089: x_return_msg => l_return_msg
1090: );
1091:
1092: IF( l_return_status <> FND_API.G_RET_STS_SUCCESS )
1093: THEN
1094: x_errbuf := l_return_msg;
1095: x_retcode := 2;
1096: Reset_Period_Status(l_organization_id, l_acct_period_id);

Line 1156: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN

1152: x_retcode := 2;
1153: x_errbuf := 'Loading gmf_process_organizations_gt failed';
1154: End_Process('ERROR', x_errbuf);
1155:
1156: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1157: ROLLBACK TO Compile_Period_Balances_LE;
1158: Reset_Period_Status(l_organization_id, l_acct_period_id);
1159: x_retcode := 2;
1160: x_errbuf := 'Unexpected error';