DBA Data[Home] [Help]

APPS.AP_IMPORT_INVOICES_PKG dependencies on FND_MSG_PUB

Line 1886: l_error_code := FND_MSG_PUB.Get;

1882: -- If the l_error_code is null is because the service returned
1883: -- more than one error. The calling module will need to get
1884: -- them from the message stack
1885: LOOP
1886: l_error_code := FND_MSG_PUB.Get;
1887:
1888: IF l_error_code IS NULL THEN
1889: EXIT;
1890: ELSE

Line 2293: l_error_code := FND_MSG_PUB.Get;

2289: -- If the l_error_code is null is because the service returned
2290: -- more than one error. The calling module will need to get
2291: -- them from the message stack
2292: LOOP
2293: l_error_code := FND_MSG_PUB.Get;
2294: IF l_error_code IS NULL THEN
2295: EXIT;
2296: ELSE
2297: AP_IMPORT_UTILITIES_PKG.Print('Y', l_error_code);

Line 2357: l_error_code := FND_MSG_PUB.Get;

2353: -- If the l_error_code is null is because the service returned
2354: -- more than one error. The calling module will need to get
2355: -- them from the message stack
2356: LOOP
2357: l_error_code := FND_MSG_PUB.Get;
2358: IF l_error_code IS NULL THEN
2359: EXIT;
2360: ELSE
2361: AP_IMPORT_UTILITIES_PKG.Print('Y', l_error_code);

Line 2417: l_error_code := FND_MSG_PUB.Get;

2413: -- If the l_error_code is null is because the service returned
2414: -- more than one error. The calling module will need to get
2415: -- them from the message stack
2416: LOOP
2417: l_error_code := FND_MSG_PUB.Get;
2418: IF l_error_code IS NULL THEN
2419: EXIT;
2420: ELSE
2421: AP_IMPORT_UTILITIES_PKG.Print('Y', l_error_code);

Line 2515: l_error_code := FND_MSG_PUB.Get;

2511: -- If the l_error_code is null is because the service returned
2512: -- more than one error. The calling module will need to get
2513: -- them from the message stack
2514: LOOP
2515: l_error_code := FND_MSG_PUB.Get;
2516:
2517: IF l_error_code IS NULL THEN
2518: EXIT;
2519: ELSE