DBA Data[Home] [Help]

APPS.ICX_RELATED_TEMPLATES_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_template varchar2
31: -- p_template must be provided to the api. This is the
32: -- parent of the template relationship being inserted

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

40: -- p_created_by number
41: -- this is a required parameter which must correspond
42: -- to the user who is inserting the template relation
43: --
44: -- OUT : p_return_status varchar2(1) standard api parameter
45: -- S = api completed successfully,
46: -- E and U = api errored
47: -- p_msg_count number standard api parameter
48: -- records how many messages were placed on the

Line 47: -- p_msg_count number standard api parameter

43: --
44: -- OUT : p_return_status varchar2(1) standard api parameter
45: -- S = api completed successfully,
46: -- E and U = api errored
47: -- p_msg_count number standard api parameter
48: -- records how many messages were placed on the
49: -- message stack during the api call. If p_msg_count
50: -- is 1 then the message is held in p_msg_data,
51: -- otherwise api caller must use fnd_msg_pub.get to

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

49: -- message stack during the api call. If p_msg_count
50: -- is 1 then the message is held in p_msg_data,
51: -- otherwise api caller must use fnd_msg_pub.get to
52: -- retrieve one message at a time.
53: -- p_msg_data varchar2(240) standard api parameter
54: -- if p_msg_count = 1 then p_msg_data holds the message
55: --
56: -- Delete_Relation
57: -- Parameters :

Line 59: -- p_init_msg_list varchar2 standard api parameter

55: --
56: -- Delete_Relation
57: -- Parameters :
58: -- IN : p_api_version_number number current version = 1.0
59: -- p_init_msg_list varchar2 standard api parameter
60: -- defaults to FND_API.G_FALSE, set to
61: -- FND_API.G_TRUE to have api initialize message list
62: -- p_simulate varchar2 standard api parameter
63: -- defaults to FND_API.G_FALSE, set to

Line 62: -- p_simulate varchar2 standard api parameter

58: -- IN : p_api_version_number number current version = 1.0
59: -- p_init_msg_list varchar2 standard api parameter
60: -- defaults to FND_API.G_FALSE, set to
61: -- FND_API.G_TRUE to have api initialize message list
62: -- p_simulate varchar2 standard api parameter
63: -- defaults to FND_API.G_FALSE, set to
64: -- FND_API.G_TRUE for simulation mode (api will not
65: -- commit any changes)
66: -- p_commit varchar2 standard api parameter

Line 66: -- p_commit varchar2 standard api parameter

62: -- p_simulate varchar2 standard api parameter
63: -- defaults to FND_API.G_FALSE, set to
64: -- FND_API.G_TRUE for simulation mode (api will not
65: -- commit any changes)
66: -- p_commit varchar2 standard api parameter
67: -- defaults to FND_API.G_FALSE, set to
68: -- FND_API.G_TRUE to have api commit changes
69: -- p_commit is ignored if p_simulate = FND_API.G_TRUE
70: -- p_validation_level number standard api parameter

Line 70: -- p_validation_level number standard api parameter

66: -- p_commit varchar2 standard api parameter
67: -- defaults to FND_API.G_FALSE, set to
68: -- FND_API.G_TRUE to have api commit changes
69: -- p_commit is ignored if p_simulate = FND_API.G_TRUE
70: -- p_validation_level number standard api parameter
71: -- defaults to FND_API.G_VALID_LEVEL_FULL
72: -- p_template varchar2
73: -- p_template must be provided to the api. This is the
74: -- parent of the template relationship being deleted

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

76: -- p_related_template must be provided to the api.
77: -- This is the child of the template relationship
78: -- being inserted
79: --
80: -- OUT : p_return_status varchar2(1) standard api parameter
81: -- S = api completed successfully,
82: -- E and U = api errored
83: -- p_msg_count number standard api parameter
84: -- records how many messages were placed on the

Line 83: -- p_msg_count number standard api parameter

79: --
80: -- OUT : p_return_status varchar2(1) standard api parameter
81: -- S = api completed successfully,
82: -- E and U = api errored
83: -- p_msg_count number standard api parameter
84: -- records how many messages were placed on the
85: -- message stack during the api call. If p_msg_count
86: -- is 1 then the message is held in p_msg_data,
87: -- otherwise api caller must use fnd_msg_pub.get to

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

85: -- message stack during the api call. If p_msg_count
86: -- is 1 then the message is held in p_msg_data,
87: -- otherwise api caller must use fnd_msg_pub.get to
88: -- retrieve one message at a time.
89: -- p_msg_data varchar2(240) standard api parameter
90: -- if p_msg_count = 1 then p_msg_data holds the message
91: --
92: --
93: -- End Of Comments