DBA Data[Home] [Help]

APPS.ICX_POR_CTX_DESC dependencies on FND_PROGRAM

Line 158: -- we will use FND API FND_PROGRAM.ENABLE_PROGRAM for achieving the same

154: ICX_POR_INTERMEDIA_INDEX.create_index;
155: icx_por_ext_utl.debug('populateDescAll, create_index done ');
156:
157: -- disable the intermedia index concurrent program once it has been run successfully
158: -- we will use FND API FND_PROGRAM.ENABLE_PROGRAM for achieving the same
159: icx_por_ext_utl.debug('populateDescAll, disabling intermedia index concurrent program to prevent re-run');
160: fnd_program.enable_program('ICXCICRI', 'ICX', 'N');
161: icx_por_ext_utl.debug('populateDescAll, intermedia index concurrent program disabled ');
162:

Line 160: fnd_program.enable_program('ICXCICRI', 'ICX', 'N');

156:
157: -- disable the intermedia index concurrent program once it has been run successfully
158: -- we will use FND API FND_PROGRAM.ENABLE_PROGRAM for achieving the same
159: icx_por_ext_utl.debug('populateDescAll, disabling intermedia index concurrent program to prevent re-run');
160: fnd_program.enable_program('ICXCICRI', 'ICX', 'N');
161: icx_por_ext_utl.debug('populateDescAll, intermedia index concurrent program disabled ');
162:
163: END;
164: