DBA Data[Home] [Help]

APPS.HXC_CREATE_FLEX_MAPPINGS dependencies on HXC_DEPOSIT_WRAPPER_UTILITIES

Line 1392: if not (hxc_deposit_wrapper_utilities.get_dupdff_code

1388: --if PAEXPITDFF - Painting&Decorating exist as
1389: --the context name, then the sequence code will
1390: --be populated with PAEXPITDFFC - 14235252
1391:
1392: if not (hxc_deposit_wrapper_utilities.get_dupdff_code
1393: (p_context_prefix||' - '|| l_contexts.context_code(l_context_index))=
1394: p_context_prefix||' - '|| l_contexts.context_code(l_context_index)
1395: ) then
1396:

Line 1397: l_sequence_code := hxc_deposit_wrapper_utilities.get_dupdff_code

1393: (p_context_prefix||' - '|| l_contexts.context_code(l_context_index))=
1394: p_context_prefix||' - '|| l_contexts.context_code(l_context_index)
1395: ) then
1396:
1397: l_sequence_code := hxc_deposit_wrapper_utilities.get_dupdff_code
1398: (p_context_prefix||' - '|| l_contexts.context_code(l_context_index)
1399: );
1400: end if;
1401: