DBA Data[Home] [Help]

APPS.HZ_IMP_LOAD_CODE_ASSIGNMENTS dependencies on HZ_MIXNM_CONC_DYNAMIC_PKG

Line 972: denormalization. These are used for calling HZ_MIXNM_CONC_DYNAMIC_PKG to

968:
969: close de_norm_cursor;
970:
971: /* Get the max and min party_id for all records that need to redo classification
972: denormalization. These are used for calling HZ_MIXNM_CONC_DYNAMIC_PKG to
973: derive SST. */
974: OPEN pid_cursor FOR
975: 'select max(party_id), min(party_id)
976: from hz_imp_classifics_sg

Line 1034: HZ_MIXNM_CONC_DYNAMIC_PKG.ImportUpdateOrgSST(P_DML_RECORD.actual_content_src,P_DML_RECORD.FROM_OSR,P_DML_RECORD.TO_OSR,P_DML_RECORD.BATCH_ID,P_DML_RECORD.request_id,P_DML_RECORD.program_id,P_DML_RECORD.program_application_id);

1030: /* Run mix-n-match after updating org profiles if
1031: mix-n-match is enabled */
1032: IF l_update_party_id.count > 0 AND
1033: HZ_MIXNM_UTILITY.isMixNMatchEnabled('HZ_ORGANIZATION_PROFILES',l_entity_attr_id) = 'Y' THEN
1034: HZ_MIXNM_CONC_DYNAMIC_PKG.ImportUpdateOrgSST(P_DML_RECORD.actual_content_src,P_DML_RECORD.FROM_OSR,P_DML_RECORD.TO_OSR,P_DML_RECORD.BATCH_ID,P_DML_RECORD.request_id,P_DML_RECORD.program_id,P_DML_RECORD.program_application_id);
1035: END IF;
1036:
1037: FND_FILE.PUT_LINE(FND_FILE.LOG, 'process_insert_code_assignment (-)');
1038: