DBA Data[Home] [Help]

APPS.POS_BATCH_IMPORT_PKG dependencies on HZ_CODE_ASSIGNMENTS_PKG

Line 7130: hz_code_assignments_pkg.insert_row(x_code_assignment_id => l_code_assignment_id,

7126: 'l_return_status' || l_return_status);
7127:
7128: IF (l_valid = 'Y') THEN
7129:
7130: hz_code_assignments_pkg.insert_row(x_code_assignment_id => l_code_assignment_id,
7131: x_owner_table_name => 'ZX_PARTY_TAX_PROFILE',
7132: x_owner_table_id => p_fiscal_class_rec.tax_profile_id,
7133: x_owner_table_key_1 => NULL,
7134: x_owner_table_key_2 => NULL,

Line 7249: hz_code_assignments_pkg.update_row(x_rowid => l_rowid,

7245: x_msg_data := 'POS_INVALID_FISCAL_CLASS';
7246: RETURN;
7247: END;
7248:
7249: hz_code_assignments_pkg.update_row(x_rowid => l_rowid,
7250: x_code_assignment_id => l_code_assignment_id,
7251: x_owner_table_name => 'ZX_PARTY_TAX_PROFILE',
7252: x_owner_table_id => p_fiscal_class_rec.tax_profile_id,
7253: x_owner_table_key_1 => NULL,