DBA Data[Home] [Help]

APPS.IBE_INSTALLBASE_PVT dependencies on FND_API

Line 37: l_true := FND_API.G_TRUE;

33: l_instance_id VARCHAR2(20);
34: l_instance_string VARCHAR2(1000);
35: BEGIN
36: l_instance_string := null;
37: l_true := FND_API.G_TRUE;
38: x_parse_key := '';
39: -- Get the config inst header id and config inst revision number for
40: -- this instance id.
41: SELECT CSII.CONFIG_INST_HDR_ID, CSII.CONFIG_INST_REV_NUM

Line 69: IF (x_return_status = FND_API.G_RET_STS_SUCCESS)

65: IBE_Util.Debug('After Call to CSI API::x_return_status:'||x_return_status);
66: END IF;
67:
68: -- If Ret Status is true and there is atleast one connected-to instance
69: IF (x_return_status = FND_API.G_RET_STS_SUCCESS)
70: THEN
71: -- then construct a comma separated string of Instance Id
72: IF l_config_pair_table.first is not null THEN
73:

Line 145: l_true := FND_API.G_TRUE;

141: IS
142: l_return_value VARCHAR2(1);
143: l_true VARCHAR2(1);
144: BEGIN
145: l_true := FND_API.G_TRUE;
146: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
147: IBE_Util.Debug('IS_ITEM_IN_MSITE BEGIN ');
148: END IF;
149: