DBA Data[Home] [Help]

APPS.AP_IMPORT_INVOICES_PKG dependencies on FND_MSG_PUB

Line 2489: l_error_code := FND_MSG_PUB.Get;

2485: -- If the l_error_code is null is because the service returned
2486: -- more than one error. The calling module will need to get
2487: -- them from the message stack
2488: LOOP
2489: l_error_code := FND_MSG_PUB.Get;
2490:
2491: IF l_error_code IS NULL THEN
2492: EXIT;
2493: ELSE

Line 3257: l_error_code := FND_MSG_PUB.Get;

3253: -- If the l_error_code is null is because the service returned
3254: -- more than one error. The calling module will need to get
3255: -- them from the message stack
3256: LOOP
3257: l_error_code := FND_MSG_PUB.Get;
3258: IF l_error_code IS NULL THEN
3259: EXIT;
3260: ELSE
3261: AP_IMPORT_UTILITIES_PKG.Print('Y', l_error_code);

Line 3321: l_error_code := FND_MSG_PUB.Get;

3317: -- If the l_error_code is null is because the service returned
3318: -- more than one error. The calling module will need to get
3319: -- them from the message stack
3320: LOOP
3321: l_error_code := FND_MSG_PUB.Get;
3322: IF l_error_code IS NULL THEN
3323: EXIT;
3324: ELSE
3325: AP_IMPORT_UTILITIES_PKG.Print('Y', l_error_code);

Line 3382: l_error_code := FND_MSG_PUB.Get;

3378: -- If the l_error_code is null is because the service returned
3379: -- more than one error. The calling module will need to get
3380: -- them from the message stack
3381: LOOP
3382: l_error_code := FND_MSG_PUB.Get;
3383: IF l_error_code IS NULL THEN
3384: EXIT;
3385: ELSE
3386: AP_IMPORT_UTILITIES_PKG.Print('Y', l_error_code);

Line 3448: l_error_code := FND_MSG_PUB.Get;

3444: -- If the l_error_code is null is because the service returned
3445: -- more than one error. The calling module will need to get
3446: -- them from the message stack
3447: LOOP
3448: l_error_code := FND_MSG_PUB.Get;
3449: IF l_error_code IS NULL THEN
3450: EXIT;
3451: ELSE
3452: AP_IMPORT_UTILITIES_PKG.Print('Y', l_error_code);

Line 3546: l_error_code := FND_MSG_PUB.Get;

3542: -- If the l_error_code is null is because the service returned
3543: -- more than one error. The calling module will need to get
3544: -- them from the message stack
3545: LOOP
3546: l_error_code := FND_MSG_PUB.Get;
3547:
3548: IF l_error_code IS NULL THEN
3549: EXIT;
3550: ELSE