DBA Data[Home] [Help]

APPS.CTO_UPDATE_CONFIGS_PK dependencies on STANDARD

Line 1219: -- the behaviour of custom match similar to standard match. A lot of irregularities

1215:
1216: -- Another change is the use of decode while populating perform_match flag.
1217: -- This flag is now populated using this decode statement:
1218: -- decode(bcol.perform_match, 'C', 'Y', bcol.perform_match). This is done to make
1219: -- the behaviour of custom match similar to standard match. A lot of irregularities
1220: -- arose because of different treatment of custom and standard match in UEC. An
1221: -- example is: bcmo and bcso get populated differently for perform_match = C and
1222: -- perform_match = Y. This resulted in wrong results.
1223:

Line 1220: -- arose because of different treatment of custom and standard match in UEC. An

1216: -- Another change is the use of decode while populating perform_match flag.
1217: -- This flag is now populated using this decode statement:
1218: -- decode(bcol.perform_match, 'C', 'Y', bcol.perform_match). This is done to make
1219: -- the behaviour of custom match similar to standard match. A lot of irregularities
1220: -- arose because of different treatment of custom and standard match in UEC. An
1221: -- example is: bcmo and bcso get populated differently for perform_match = C and
1222: -- perform_match = Y. This resulted in wrong results.
1223:
1224: /*WriteToLog('sql 3', 3);