DBA Data[Home] [Help]

APPS.CUSTOMIZED_AG_ERR_MESSAGES dependencies on FND_MESSAGE

Line 73: FND_MESSAGE.SET_NAME(application_code, message_name);

69:
70: x_progress := '1';
71:
72: Begin
73: FND_MESSAGE.SET_NAME(application_code, message_name);
74:
75: x_progress := '2';
76: if token1 is not null then
77: FND_MESSAGE.SET_TOKEN(token1, token1_value);

Line 77: FND_MESSAGE.SET_TOKEN(token1, token1_value);

73: FND_MESSAGE.SET_NAME(application_code, message_name);
74:
75: x_progress := '2';
76: if token1 is not null then
77: FND_MESSAGE.SET_TOKEN(token1, token1_value);
78: end if;
79:
80: if token2 is not null then
81: FND_MESSAGE.SET_TOKEN(token2, token2_value);

Line 81: FND_MESSAGE.SET_TOKEN(token2, token2_value);

77: FND_MESSAGE.SET_TOKEN(token1, token1_value);
78: end if;
79:
80: if token2 is not null then
81: FND_MESSAGE.SET_TOKEN(token2, token2_value);
82: end if;
83:
84: if token3 is not null then
85: FND_MESSAGE.SET_TOKEN(token3, token3_value);

Line 85: FND_MESSAGE.SET_TOKEN(token3, token3_value);

81: FND_MESSAGE.SET_TOKEN(token2, token2_value);
82: end if;
83:
84: if token3 is not null then
85: FND_MESSAGE.SET_TOKEN(token3, token3_value);
86: end if;
87:
88: FB_ERROR_MSG := FND_MESSAGE.GET_ENCODED;
89:

Line 88: FB_ERROR_MSG := FND_MESSAGE.GET_ENCODED;

84: if token3 is not null then
85: FND_MESSAGE.SET_TOKEN(token3, token3_value);
86: end if;
87:
88: FB_ERROR_MSG := FND_MESSAGE.GET_ENCODED;
89:
90: x_progress := '3';
91: if FB_ERROR_MSG is not null then
92: wf_engine.SetItemAttrText ( itemtype=>itemtype,