DBA Data[Home] [Help]

APPS.OZF_PRE_PROCESS_PVT dependencies on OZF_CODE_CONVERSION_PVT

Line 4255: OZF_CODE_CONVERSION_PVT.Convert_Code(

4251: p_ext_agreement_name(i) IS NOT NULL THEN
4252: -- convert external code to internal code
4253: -- get agreement_id based on agreement_type
4254: IF px_int_agreement_type(i) = 'PL' THEN
4255: OZF_CODE_CONVERSION_PVT.Convert_Code(
4256: p_cust_account_id => p_cust_account_id,
4257: p_party_id => p_party_id,
4258: p_code_conversion_type => 'OZF_AGREEMENT_CODES',
4259: p_external_code => p_ext_agreement_name(i),

Line 6426: OZF_CODE_CONVERSION_PVT.convert_code

6422: ozf_utility_pvt.debug_message('Internal Code: ' || x_internal_code_tbl(i));
6423: END IF;
6424:
6425: ELSE
6426: OZF_CODE_CONVERSION_PVT.convert_code
6427: (p_cust_account_id => p_cust_account_id,
6428: p_party_id => p_party_id,
6429: p_code_conversion_type => p_mapping_type,
6430: p_external_code => p_external_code_tbl(i),