DBA Data[Home] [Help]

APPS.HZ_CUST_ACCOUNT_MERGE_V2PVT dependencies on HZ_CUST_PROFILE_CLASSES

Line 2871: l_status HZ_CUST_PROFILE_CLASSES.status%TYPE;

2867: l_is_first BOOLEAN := TRUE;
2868: l_msg_count NUMBER;
2869: l_msg_data VARCHAR2(2000);
2870:
2871: l_status HZ_CUST_PROFILE_CLASSES.status%TYPE;
2872: l_profile_class_name HZ_CUST_PROFILE_CLASSES.name%TYPE;
2873: l_profile_class_id NUMBER;
2874:
2875:

Line 2872: l_profile_class_name HZ_CUST_PROFILE_CLASSES.name%TYPE;

2868: l_msg_count NUMBER;
2869: l_msg_data VARCHAR2(2000);
2870:
2871: l_status HZ_CUST_PROFILE_CLASSES.status%TYPE;
2872: l_profile_class_name HZ_CUST_PROFILE_CLASSES.name%TYPE;
2873: l_profile_class_id NUMBER;
2874:
2875:
2876: BEGIN