DBA Data[Home] [Help]

APPS.JL_AR_AP_WITHHOLDING_PKG dependencies on FND_API

Line 1167: x_return_status := FND_API.G_RET_STS_SUCCESS;

1163: JL_ZZ_AP_EXT_AWT_UTIL.Debug ('After Generating Withholding Certificates');
1164: END IF;
1165: -- End Debug
1166: IF l_status then
1167: x_return_status := FND_API.G_RET_STS_SUCCESS;
1168: else
1169: x_return_status := fnd_api.g_ret_sts_error;
1170: END IF;
1171:

Line 1169: x_return_status := fnd_api.g_ret_sts_error;

1165: -- End Debug
1166: IF l_status then
1167: x_return_status := FND_API.G_RET_STS_SUCCESS;
1168: else
1169: x_return_status := fnd_api.g_ret_sts_error;
1170: END IF;
1171:
1172: -- Debug Information
1173: IF (DEBUG_Var = 'Y') THEN

Line 1189: x_return_status := fnd_api.g_ret_sts_error;

1185: Fnd_Message.Set_Token('PARAMETERS',
1186: ' Payment Instruction ID ' || p_payment_instruction_id );
1187: Fnd_Message.Set_Token('DEBUG_INFO', l_debug_info);
1188: END IF;
1189: x_return_status := fnd_api.g_ret_sts_error;
1190: App_Exception.Raise_Exception;
1191:
1192: END Jl_Ar_Ap_Certificates;
1193: