DBA Data[Home] [Help]

APPS.INL_TAX_PVT dependencies on INL_ASSOCIATIONS_S

Line 521: inl_associations_s.NEXTVAL , /* 01 */

517: last_update_date , /* 12 */
518: last_update_login /* 13 */
519: )
520: VALUES (
521: inl_associations_s.NEXTVAL , /* 01 */
522: l_tax_ln_tbl(i).ship_header_id , /* 02 */
523: 'INL_TAX_LINES' , /* 03 */
524: l_tax_ln_tbl(i).tax_line_id , /* 04 */
525: l_tax_ln_tbl(i).to_parent_table_name , /* 05 */

Line 1607: inl_associations_s.NEXTVAL /* 01 */

1603: ,last_updated_by /* 11 */
1604: ,last_update_date /* 12 */
1605: ,last_update_login) /* 13 */
1606: VALUES(
1607: inl_associations_s.NEXTVAL /* 01 */
1608: ,curTax.trx_id /* 02 */
1609: ,'INL_TAX_LINES' /* 03 */
1610: ,curTax.tax_line_id_s /* 04 */
1611: ,curTax.source /* 05 */