DBA Data[Home] [Help]

APPS.CSP_RESOURCE_PUB dependencies on STANDARD

Line 25: -- CRM standard.

21: -- History :
22: -- UserID Date Comments
23: -- ----------- -------- --------------------------
24: -- klou 01/20/00 Modify exception handlings and message libraries such that they are compliant with
25: -- CRM standard.
26: -- klou 01/12/00 Add CSP_Resource_PVT.CSP_Rec_Type record parameters and p_action_code.
27: -- p_action_code: 0 = insert, 1 = update, 2 = delete.
28: -- Add update and delete operations.
29: -- klou 01/11/99 Add validatoins on Resource_id and Resource_type.

Line 32: -- b. include standard exception handling.

28: -- Add update and delete operations.
29: -- klou 01/11/99 Add validatoins on Resource_id and Resource_type.
30: -- klou 12/16/99 Include validation of subinventory_type against Part-in and Part-out default code.
31: -- klou 12/15/99 a. replace the use of count() with exception no_data_found to check whether data exists in the table.
32: -- b. include standard exception handling.
33: -- klou 12/14/99 Comment out validations for resource_id an resource_type because the jtf_resource_extn table is corrupted
34: -- klou 11/09/99 Create.
35: --
36: -- NOTES: If validations have been done in the precedent procedure from which this one is being called, doing a

Line 114: -- Standard call to check for call compatibility.

110: IF fnd_api.to_boolean(p_init_msg_list) THEN
111: FND_MSG_PUB.initialize;
112: END IF;
113:
114: -- Standard call to check for call compatibility.
115: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
116: p_api_version_number,
117: l_api_name,
118: G_PKG_NAME)