DBA Data[Home] [Help]

APPS.ICX_RELATED_CATEGORIES_PUB dependencies on STANDARD

Line 17: -- p_init_msg_list varchar2 standard api parameter

13: --
14: -- Insert_Relation
15: -- Parameters :
16: -- IN : p_api_version_number number current version = 1.0
17: -- p_init_msg_list varchar2 standard api parameter
18: -- defaults to FND_API.G_FALSE, set to
19: -- FND_API.G_TRUE to have api initialize message list
20: -- p_simulate varchar2 standard api parameter
21: -- defaults to FND_API.G_FALSE, set to

Line 20: -- p_simulate varchar2 standard api parameter

16: -- IN : p_api_version_number number current version = 1.0
17: -- p_init_msg_list varchar2 standard api parameter
18: -- defaults to FND_API.G_FALSE, set to
19: -- FND_API.G_TRUE to have api initialize message list
20: -- p_simulate varchar2 standard api parameter
21: -- defaults to FND_API.G_FALSE, set to
22: -- FND_API.G_TRUE for simulation mode (api will not
23: -- commit any changes)
24: -- p_commit varchar2 standard api parameter

Line 24: -- p_commit varchar2 standard api parameter

20: -- p_simulate varchar2 standard api parameter
21: -- defaults to FND_API.G_FALSE, set to
22: -- FND_API.G_TRUE for simulation mode (api will not
23: -- commit any changes)
24: -- p_commit varchar2 standard api parameter
25: -- defaults to FND_API.G_FALSE, set to
26: -- FND_API.G_TRUE to have api commit changes
27: -- p_commit is ignored if p_simulate = FND_API.G_TRUE
28: -- p_validation_level number standard api parameter

Line 28: -- p_validation_level number standard api parameter

24: -- p_commit varchar2 standard api parameter
25: -- defaults to FND_API.G_FALSE, set to
26: -- FND_API.G_TRUE to have api commit changes
27: -- p_commit is ignored if p_simulate = FND_API.G_TRUE
28: -- p_validation_level number standard api parameter
29: -- defaults to FND_API.G_VALID_LEVEL_FULL
30: -- p_category_set_id number
31: -- either p_category_set_id or p_category_set must
32: -- be provided to the api. If p_category_set_id is

Line 57: -- OUT : p_return_status varchar2(1) standard api parameter

53: -- p_created_by number
54: -- this is a required parameter which must correspond
55: -- to the user who is inserting the category relation
56: --
57: -- OUT : p_return_status varchar2(1) standard api parameter
58: -- S = api completed successfully,
59: -- E and U = api errored
60: -- p_msg_count number standard api parameter
61: -- records how many messages were placed on the

Line 60: -- p_msg_count number standard api parameter

56: --
57: -- OUT : p_return_status varchar2(1) standard api parameter
58: -- S = api completed successfully,
59: -- E and U = api errored
60: -- p_msg_count number standard api parameter
61: -- records how many messages were placed on the
62: -- message stack during the api call. If p_msg_count
63: -- is 1 then the message is held in p_msg_data,
64: -- otherwise api caller must use fnd_msg_pub.get to

Line 66: -- p_msg_data varchar2(240) standard api parameter

62: -- message stack during the api call. If p_msg_count
63: -- is 1 then the message is held in p_msg_data,
64: -- otherwise api caller must use fnd_msg_pub.get to
65: -- retrieve one message at a time.
66: -- p_msg_data varchar2(240) standard api parameter
67: -- if p_msg_count = 1 then p_msg_data holds the message
68: --
69: -- Delet_Relation
70: -- Parameters :

Line 72: -- p_init_msg_list varchar2 standard api parameter

68: --
69: -- Delet_Relation
70: -- Parameters :
71: -- IN : p_api_version_number number current version = 1.0
72: -- p_init_msg_list varchar2 standard api parameter
73: -- defaults to FND_API.G_FALSE, set to
74: -- FND_API.G_TRUE to have api initialize message list
75: -- p_simulate varchar2 standard api parameter
76: -- defaults to FND_API.G_FALSE, set to

Line 75: -- p_simulate varchar2 standard api parameter

71: -- IN : p_api_version_number number current version = 1.0
72: -- p_init_msg_list varchar2 standard api parameter
73: -- defaults to FND_API.G_FALSE, set to
74: -- FND_API.G_TRUE to have api initialize message list
75: -- p_simulate varchar2 standard api parameter
76: -- defaults to FND_API.G_FALSE, set to
77: -- FND_API.G_TRUE for simulation mode (api will not
78: -- commit any changes)
79: -- p_commit varchar2 standard api parameter

Line 79: -- p_commit varchar2 standard api parameter

75: -- p_simulate varchar2 standard api parameter
76: -- defaults to FND_API.G_FALSE, set to
77: -- FND_API.G_TRUE for simulation mode (api will not
78: -- commit any changes)
79: -- p_commit varchar2 standard api parameter
80: -- defaults to FND_API.G_FALSE, set to
81: -- FND_API.G_TRUE to have api commit changes
82: -- p_commit is ignored if p_simulate = FND_API.G_TRUE
83: -- p_validation_level number standard api parameter

Line 83: -- p_validation_level number standard api parameter

79: -- p_commit varchar2 standard api parameter
80: -- defaults to FND_API.G_FALSE, set to
81: -- FND_API.G_TRUE to have api commit changes
82: -- p_commit is ignored if p_simulate = FND_API.G_TRUE
83: -- p_validation_level number standard api parameter
84: -- defaults to FND_API.G_VALID_LEVEL_FULL
85: -- p_category_set_id number
86: -- either p_category_set_id or p_category_set must
87: -- be provided to the api. If p_category_set_id is

Line 106: -- OUT : p_return_status varchar2(1) standard api parameter

102: --- p_category_id is null, a related category id is
103: -- looked up based on p_related_category.
104: -- p_related_category
105: --
106: -- OUT : p_return_status varchar2(1) standard api parameter
107: -- S = api completed successfully,
108: -- E and U = api errored
109: -- p_msg_count number standard api parameter
110: -- records how many messages were placed on the

Line 109: -- p_msg_count number standard api parameter

105: --
106: -- OUT : p_return_status varchar2(1) standard api parameter
107: -- S = api completed successfully,
108: -- E and U = api errored
109: -- p_msg_count number standard api parameter
110: -- records how many messages were placed on the
111: -- message stack during the api call. If p_msg_count
112: -- is 1 then the message is held in p_msg_data,
113: -- otherwise api caller must use fnd_msg_pub.get to

Line 115: -- p_msg_data varchar2(240) standard api parameter

111: -- message stack during the api call. If p_msg_count
112: -- is 1 then the message is held in p_msg_data,
113: -- otherwise api caller must use fnd_msg_pub.get to
114: -- retrieve one message at a time.
115: -- p_msg_data varchar2(240) standard api parameter
116: -- if p_msg_count = 1 then p_msg_data holds the message
117: --
118: --
119: -- End Of Comments