DBA Data[Home] [Help]

APPS.IBE_PROD_RELATION_GRP dependencies on FND_PROFILE

Line 171: l_debug := NVL(FND_PROFILE.VALUE('IBE_DEBUG'),'N');

167: l_include_self_ref VARCHAR2(5);
168: l_rule_type VARCHAR2(10);
169:
170: BEGIN
171: l_debug := NVL(FND_PROFILE.VALUE('IBE_DEBUG'),'N');
172: -- Standard call to check for call compatibility.
173: IF NOT FND_API.Compatible_API_Call( l_api_version,
174: p_api_version,
175: l_api_name,

Line 414: l_debug := NVL(FND_PROFILE.VALUE('IBE_DEBUG'),'N');

410: l_include_self_ref VARCHAR2(5);
411: l_rule_type VARCHAR2(10);
412:
413: BEGIN
414: l_debug := NVL(FND_PROFILE.VALUE('IBE_DEBUG'),'N');
415: -- Standard call to check for call compatibility.
416: IF NOT FND_API.Compatible_API_Call( l_api_version,
417: p_api_version,
418: l_api_name,

Line 1110: l_debug := NVL(FND_PROFILE.VALUE('IBE_DEBUG'),'N');

1106: l_include_self_ref VARCHAR2(5);
1107: l_rule_type VARCHAR2(10);
1108:
1109: BEGIN
1110: l_debug := NVL(FND_PROFILE.VALUE('IBE_DEBUG'),'N');
1111: l_item_ids := ' ';
1112:
1113: -- Standard call to check for call compatibility.
1114: IF NOT FND_API.Compatible_API_Call( l_api_version,