DBA Data[Home] [Help]

APPS.IGS_AD_TST_UH_PKG dependencies on HZ_PARTIES

Line 5: ( p_person_id IN HZ_PARTIES.PARTY_ID%TYPE,

1: PACKAGE IGS_AD_TST_UH_PKG AS
2: /* $Header: IGSADA7S.pls 120.0 2005/06/01 16:10:32 appldev noship $ */
3:
4: PROCEDURE convert_test_scr_uk
5: ( p_person_id IN HZ_PARTIES.PARTY_ID%TYPE,
6: p_session_id IN NUMBER
7: );
8: --A hook package procedure is the unit of code, which is called when a hook
9: --point is reached, in the business process logic. The calls to the hook