DBA Data[Home] [Help]

APPS.JTF_DSPMGRVALIDATION_GRP dependencies on JTF_DSPMGRVALIDATION_GRP

Line 1: PACKAGE BODY JTF_DSPMGRVALIDATION_GRP AS

1: PACKAGE BODY JTF_DSPMGRVALIDATION_GRP AS
2: /* $Header: JTFGDVDB.pls 115.12 2004/07/09 18:49:46 applrt ship $ */
3:
4: -----------------------------------------------------------------
5: -- NOTES

Line 679: l_return_status := jtf_dspmgrvalidation_grp.check_valid_object_type(l_object_type);

675: l_object_type VARCHAR2(30);
676: BEGIN
677:
678: l_object_type := trim(p_object_type);
679: l_return_status := jtf_dspmgrvalidation_grp.check_valid_object_type(l_object_type);
680:
681: if l_return_status = false then
682: return l_return_status;
683: end if;

Line 689: l_return_status := jtf_dspmgrvalidation_grp.check_item_exists(p_object_id);

685: l_return_status := false;
686:
687: if l_object_type = 'I'
688: then
689: l_return_status := jtf_dspmgrvalidation_grp.check_item_exists(p_object_id);
690: elsif l_object_type = 'C'
691: then
692: l_return_status := jtf_dspmgrvalidation_grp.check_category_exists(p_object_id);
693: elsif l_object_type = 'S'

Line 692: l_return_status := jtf_dspmgrvalidation_grp.check_category_exists(p_object_id);

688: then
689: l_return_status := jtf_dspmgrvalidation_grp.check_item_exists(p_object_id);
690: elsif l_object_type = 'C'
691: then
692: l_return_status := jtf_dspmgrvalidation_grp.check_category_exists(p_object_id);
693: elsif l_object_type = 'S'
694: then
695: l_return_status := jtf_dspmgrvalidation_grp.check_section_exists(p_object_id);
696: end if;

Line 695: l_return_status := jtf_dspmgrvalidation_grp.check_section_exists(p_object_id);

691: then
692: l_return_status := jtf_dspmgrvalidation_grp.check_category_exists(p_object_id);
693: elsif l_object_type = 'S'
694: then
695: l_return_status := jtf_dspmgrvalidation_grp.check_section_exists(p_object_id);
696: end if;
697:
698: return l_return_status;
699:

Line 1660: END JTF_DSPMGRVALIDATION_GRP;

1656: Return l_status;
1657:
1658: End Check_Msite_Accessname ;
1659:
1660: END JTF_DSPMGRVALIDATION_GRP;