DBA Data[Home] [Help]

APPS.AP_XLA_UPGRADE_PKG dependencies on XLA_DISTRIBUTION_LINKS

Line 118: INSERT INTO XLA_Distribution_Links t1

114: 'CREATE_INVOICE_DIST_LINKS(+)');
115: END IF;
116:
117: --Bug 8725986: Insert statement same as of apidstln.sql version 120.5.12000000.15
118: INSERT INTO XLA_Distribution_Links t1
119: (APPLICATION_ID,
120: EVENT_ID,
121: AE_HEADER_ID,
122: AE_LINE_NUM,

Line 831: INSERT INTO XLA_Distribution_Links t1

827: 'Insert into Distribution Links for Prepayments');
828: END IF;
829:
830: --Bug 8725986: Insert statement same as of apidstln.sql version 120.5.12000000.15
831: INSERT INTO XLA_Distribution_Links t1
832: (APPLICATION_ID,
833: EVENT_ID,
834: AE_HEADER_ID,
835: AE_LINE_NUM,

Line 1274: INSERT INTO XLA_Distribution_Links t1

1270: 'Insert into Distribution Links for payments');
1271: END IF;
1272:
1273: --Bug 8725986: Insert statement same as of appdstln.sql version 120.4.12000000.16
1274: INSERT INTO XLA_Distribution_Links t1
1275: (APPLICATION_ID,
1276: EVENT_ID,
1277: AE_HEADER_ID,
1278: AE_LINE_NUM,