DBA Data[Home] [Help]

APPS.PO_CHANGE_API1_S dependencies on FND_MESSAGE

Line 443: FND_MESSAGE.set_name('PO', X_MESSAGE_NAME);

439: pragma AUTONOMOUS_TRANSACTION;
440: l_error_message VARCHAR2(2000) := NULL;
441:
442: BEGIN
443: FND_MESSAGE.set_name('PO', X_MESSAGE_NAME);
444:
445: if (X_token_name is not null) then
446: FND_MESSAGE.set_token(X_token_name, X_token_value);
447: end if;

Line 446: FND_MESSAGE.set_token(X_token_name, X_token_value);

442: BEGIN
443: FND_MESSAGE.set_name('PO', X_MESSAGE_NAME);
444:
445: if (X_token_name is not null) then
446: FND_MESSAGE.set_token(X_token_name, X_token_value);
447: end if;
448:
449: l_error_message := FND_MESSAGE.get;
450:

Line 449: l_error_message := FND_MESSAGE.get;

445: if (X_token_name is not null) then
446: FND_MESSAGE.set_token(X_token_name, X_token_value);
447: end if;
448:
449: l_error_message := FND_MESSAGE.get;
450:
451: insert into PO_INTERFACE_ERRORS (
452: INTERFACE_TYPE,
453: INTERFACE_TRANSACTION_ID,