DBA Data[Home] [Help]

APPS.PSB_BUDGET_GROUPS_PVT dependencies on FND_MESSAGE

Line 1119: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');

1115: if P_LAST_UPDATE_LOGIN is NULL then
1116: P_LAST_UPDATE_LOGIN := -1;
1117: end if;
1118: else
1119: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
1120: FND_MSG_PUB.Add ;
1121: raise FND_API.G_EXC_ERROR ;
1122: end if;
1123:

Line 1456: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');

1452: --
1453: open c1;
1454: fetch c1 into tlinfo;
1455: if (c1%notfound) then
1456: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
1457: app_exception.raise_exception;
1458: close c1;
1459: return;
1460: end if;

Line 1640: FND_MESSAGE.Set_name('FND', 'FORM_RECORD_CHANGED');

1636: AND (P_CONTEXT is null)))
1637: ) then
1638: p_lock_row := FND_API.G_TRUE;
1639: else
1640: FND_MESSAGE.Set_name('FND', 'FORM_RECORD_CHANGED');
1641: app_exception.raise_exception ;
1642: end if;
1643:
1644: p_return_status := FND_API.G_RET_STS_SUCCESS;

Line 1766: FND_MESSAGE.SET_NAME('FND', 'SYSTEM-INVALID ARGS');

1762: if P_LAST_UPDATE_LOGIN is NULL then
1763: P_LAST_UPDATE_LOGIN := -1;
1764: end if;
1765: else
1766: FND_MESSAGE.SET_NAME('FND', 'SYSTEM-INVALID ARGS');
1767: FND_MSG_PUB.Add ;
1768: raise FND_API.G_EXC_ERROR ;
1769: end if;
1770:

Line 3959: -- Calls FND_MESSAGE server package to set the Message Stack. This message is

3955: /* ----------------------------------------------------------------------- */
3956:
3957: -- Define a Message Token with a Value and set the Message Name
3958:
3959: -- Calls FND_MESSAGE server package to set the Message Stack. This message is
3960: -- retrieved by the calling program.
3961:
3962: PROCEDURE add_message(appname IN VARCHAR2,
3963: msgname IN VARCHAR2) AS

Line 3972: FND_MESSAGE.SET_NAME(appname, msgname);

3968:
3969: if ((appname is not null) and
3970: (msgname is not null)) then
3971:
3972: FND_MESSAGE.SET_NAME(appname, msgname);
3973:
3974: if no_msg_tokens is not null then
3975:
3976: for i in 1..no_msg_tokens loop

Line 3977: FND_MESSAGE.SET_TOKEN(msg_tok_names(i), msg_tok_val(i));

3973:
3974: if no_msg_tokens is not null then
3975:
3976: for i in 1..no_msg_tokens loop
3977: FND_MESSAGE.SET_TOKEN(msg_tok_names(i), msg_tok_val(i));
3978: end loop;
3979:
3980: end if;
3981:

Line 4068: fnd_message.set_name('PSB', 'PSB_FAIL_TO_SUBMIT_REQUEST');

4064: );
4065: --
4066: if l_rep_req_id = 0 then
4067: --
4068: fnd_message.set_name('PSB', 'PSB_FAIL_TO_SUBMIT_REQUEST');
4069: --
4070: end if;
4071: --
4072: -- initialize error message stack --