DBA Data[Home] [Help]

APPS.INL_TAX_PVT dependencies on INL_ASSOCIATIONS_S

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

859: last_update_date , /* 12 */
860: last_update_login /* 13 */
861: )
862: VALUES (
863: inl_associations_s.NEXTVAL , /* 01 */
864: l_tax_ln_tbl(i).ship_header_id , /* 02 */
865: 'INL_TAX_LINES' , /* 03 */
866: l_tax_line_id , /* 04 */
867: l_tax_ln_tbl(i).to_parent_table_name , /* 05 */

Line 1908: inl_associations_s.NEXTVAL /* 01 */

1904: ,last_updated_by /* 11 */
1905: ,last_update_date /* 12 */
1906: ,last_update_login) /* 13 */
1907: VALUES(
1908: inl_associations_s.NEXTVAL /* 01 */
1909: ,curTax.trx_id /* 02 */
1910: ,'INL_TAX_LINES' /* 03 */
1911: ,curTax.tax_line_id_s /* 04 */
1912: ,curTax.source /* 05 */