DBA Data[Home] [Help]

APPS.FUN_RULE_UTILITY_PKG dependencies on HZ_RELATIONSHIP_TYPES

Line 377: -- column value for hz_relationship_types records.

373: l_return := FALSE;
374: END IF;
375:
376: -- added the following section for caching of incl_unrelated_entities
377: -- column value for hz_relationship_types records.
378: ELSIF p_category = 'RELATIONSHIP_TYPE' THEN
379:
380: l_position1 := INSTRB( p_val, G_SPECIAL_STRING, 1, 1 );
381: l_relationship_type := SUBSTRB( p_val, 1, l_position1 - 1 );

Line 385: FROM HZ_RELATIONSHIP_TYPES

381: l_relationship_type := SUBSTRB( p_val, 1, l_position1 - 1 );
382:
383: BEGIN
384: SELECT INCL_UNRELATED_ENTITIES INTO l_dummy
385: FROM HZ_RELATIONSHIP_TYPES
386: WHERE RELATIONSHIP_TYPE = l_relationship_type
387: AND ROWNUM = 1;
388:
389: IF l_dummy = 'Y' THEN