DBA Data[Home] [Help]

APPS.OZF_PRE_PROCESS_PVT dependencies on OZF_CODE_CONVERSION_PVT

Line 3165: OZF_CODE_CONVERSION_PVT.convert_code

3161: ozf_utility_pvt.debug_message('Code Conversion done already !');
3162: ozf_utility_pvt.debug_message('Internal Code: ' ||l_party_site_tbl(i));
3163: END IF;
3164: ELSE
3165: OZF_CODE_CONVERSION_PVT.convert_code
3166: (p_cust_account_id => p_cust_account_id,
3167: p_party_id => p_party_id,
3168: p_code_conversion_type => 'OZF_PARTY_SITE_CODES',
3169: p_external_code => p_location_tbl(i),

Line 3258: OZF_CODE_CONVERSION_PVT.convert_code

3254: IF OZF_DEBUG_LOW_ON THEN
3255: ozf_utility_pvt.debug_message('Internal Code: ' || l_party_tbl(i));
3256: END IF;
3257: ELSE
3258: OZF_CODE_CONVERSION_PVT.convert_code
3259: (p_cust_account_id => p_cust_account_id,
3260: p_party_id => p_party_id,
3261: p_code_conversion_type => 'OZF_PARTY_CODES',
3262: p_external_code => p_party_name_tbl(i),

Line 4585: OZF_CODE_CONVERSION_PVT.Convert_Code(

4581: p_ext_agreement_name(i) IS NOT NULL THEN
4582: -- convert external code to internal code
4583: -- get agreement_id based on agreement_type
4584: IF px_int_agreement_type(i) = 'PL' THEN
4585: OZF_CODE_CONVERSION_PVT.Convert_Code(
4586: p_cust_account_id => p_cust_account_id,
4587: p_party_id => p_party_id,
4588: p_code_conversion_type => 'OZF_AGREEMENT_CODES',
4589: p_external_code => p_ext_agreement_name(i),

Line 5272: OZF_CODE_CONVERSION_PVT.convert_code

5268: ozf_utility_pvt.debug_message('Code Conversion done already !');
5269: ozf_utility_pvt.debug_message('Internal Code: ' ||l_party_site_tbl(i));
5270: END IF;
5271: ELSE
5272: OZF_CODE_CONVERSION_PVT.convert_code
5273: (p_cust_account_id => p_cust_account_id,
5274: p_party_id => p_party_id,
5275: p_code_conversion_type => 'OZF_PARTY_SITE_CODES',
5276: p_external_code => p_location_tbl(i),

Line 5382: OZF_CODE_CONVERSION_PVT.convert_code

5378: IF OZF_DEBUG_LOW_ON THEN
5379: ozf_utility_pvt.debug_message('Internal Code Before Conversion: ' || l_party_tbl(i));
5380: END IF;
5381: ELSE
5382: OZF_CODE_CONVERSION_PVT.convert_code
5383: (p_cust_account_id => p_cust_account_id,
5384: p_party_id => p_party_id,
5385: p_code_conversion_type => 'OZF_PARTY_CODES',
5386: p_external_code => p_party_name_tbl(i),

Line 6879: OZF_CODE_CONVERSION_PVT.convert_code

6875: ozf_utility_pvt.debug_message('Internal Code: ' || x_internal_code_tbl(i));
6876: END IF;
6877:
6878: ELSE
6879: OZF_CODE_CONVERSION_PVT.convert_code
6880: (p_cust_account_id => p_cust_account_id,
6881: p_party_id => p_party_id,
6882: p_code_conversion_type => p_mapping_type,
6883: p_external_code => p_external_code_tbl(i),