DBA Data[Home] [Help]

APPS.PN_VRA_CLIENT_EXTN dependencies on FND_MESSAGE

Line 22: --Called subprograms: fnd_message.set_name

18: --Name: calculate_override
19: --Type: Procedure
20: --Description: This procedure can be used to calculate override.
21: --
22: --Called subprograms: fnd_message.set_name
23: -- fnd_msg_pub.count_and_get
24: --
25: --
26: -- History:

Line 63: fnd_message.set_name ('MO'

59: IF NVL (mo_global.check_valid_org (g_org_id)
60: , 'N'
61: ) <> 'Y'
62: THEN
63: fnd_message.set_name ('MO'
64: , 'MO_ORG_INVALID'
65: );
66: fnd_msg_pub.ADD;
67: RAISE fnd_api.g_exc_error;

Line 78: fnd_message.set_name ('PN'

74: END IF;
75:
76: IF g_func_exists <> 'Y'
77: THEN
78: fnd_message.set_name ('PN'
79: , 'PN_FUNCTION_SECURITY'
80: );
81: fnd_msg_pub.ADD;
82: RAISE fnd_api.g_exc_error;