DBA Data[Home] [Help]

APPS.INL_SHIPMENT_PVT dependencies on INL_ASSOCIATIONS_S

Line 4591: inl_associations_s.nextval, /* 01 */

4587: last_update_date, /* 12 */
4588: last_update_login /* 13 */
4589: )
4590: VALUES (
4591: inl_associations_s.nextval, /* 01 */
4592: p_Assoc.ship_header_id, /* 02 */
4593: p_from_parent_table_name, /* 03 */
4594: p_new_line_id, /* 04 */
4595: p_Assoc.to_parent_table_name, /* 05 */

Line 11586: (SELECT INL_ASSOCIATIONS_S.NEXTVAL, -- 01

11582: last_updated_by, -- 11
11583: last_update_date, -- 12
11584: last_update_login, -- 13
11585: adjustment_type_flag) -- 14
11586: (SELECT INL_ASSOCIATIONS_S.NEXTVAL, -- 01
11587: a.ship_header_id, -- 02
11588: a.from_parent_table_name, -- 03
11589: l_charge_line_id, -- 04
11590: a.to_parent_table_name, -- 05