DBA Data[Home] [Help]

APPS.IBE_DSPMGRVALIDATION_GRP dependencies on IBE_DSPMGRVALIDATION_GRP

Line 1: PACKAGE BODY IBE_DSPMGRVALIDATION_GRP AS

1: PACKAGE BODY IBE_DSPMGRVALIDATION_GRP AS
2: /* $Header: IBEGDVDB.pls 120.0 2005/05/30 03:13:59 appldev noship $ */
3:
4: -----------------------------------------------------------------
5: -- NOTES

Line 694: l_return_status := ibe_dspmgrvalidation_grp.check_valid_object_type(l_object_type);

690: l_object_type VARCHAR2(30);
691: BEGIN
692:
693: l_object_type := trim(p_object_type);
694: l_return_status := ibe_dspmgrvalidation_grp.check_valid_object_type(l_object_type);
695:
696: if l_return_status = false then
697: return l_return_status;
698: end if;

Line 704: l_return_status := ibe_dspmgrvalidation_grp.check_item_exists(p_object_id);

700: l_return_status := false;
701:
702: if l_object_type = 'I'
703: then
704: l_return_status := ibe_dspmgrvalidation_grp.check_item_exists(p_object_id);
705: elsif l_object_type = 'C'
706: then
707: l_return_status := ibe_dspmgrvalidation_grp.check_category_exists(p_object_id);
708: elsif l_object_type = 'S'

Line 707: l_return_status := ibe_dspmgrvalidation_grp.check_category_exists(p_object_id);

703: then
704: l_return_status := ibe_dspmgrvalidation_grp.check_item_exists(p_object_id);
705: elsif l_object_type = 'C'
706: then
707: l_return_status := ibe_dspmgrvalidation_grp.check_category_exists(p_object_id);
708: elsif l_object_type = 'S'
709: then
710: l_return_status := ibe_dspmgrvalidation_grp.check_section_exists(p_object_id);
711: end if;

Line 710: l_return_status := ibe_dspmgrvalidation_grp.check_section_exists(p_object_id);

706: then
707: l_return_status := ibe_dspmgrvalidation_grp.check_category_exists(p_object_id);
708: elsif l_object_type = 'S'
709: then
710: l_return_status := ibe_dspmgrvalidation_grp.check_section_exists(p_object_id);
711: end if;
712:
713: return l_return_status;
714:

Line 1829: END IBE_DSPMGRVALIDATION_GRP;

1825: END IF;
1826: RETURN 0;
1827: END Check_Media_Object;
1828:
1829: END IBE_DSPMGRVALIDATION_GRP;