DBA Data[Home] [Help]

APPS.OKL_AM_REMARKET_ASSET_PVT dependencies on MTL_TRANSACTIONS_INTERFACE

Line 364: -- mtl_transactions_interface

360: 'before insert call sts..'||x_return_status);
361: END IF;
362:
363: -- There is a direct insert into the table here as there is no TAPI with insert procedure to insert into
364: -- mtl_transactions_interface
365:
366: INSERT INTO mtl_transactions_interface
367: (source_code,
368: source_header_id,

Line 366: INSERT INTO mtl_transactions_interface

362:
363: -- There is a direct insert into the table here as there is no TAPI with insert procedure to insert into
364: -- mtl_transactions_interface
365:
366: INSERT INTO mtl_transactions_interface
367: (source_code,
368: source_header_id,
369: lock_Flag,
370: Source_line_id,

Line 871: -- distribution account ID in mtl_transactions_interface is optional.

867:
868: l_inv_org_id := fnd_profile.value('OKL_REMARKET_ITEMS_INV_ORG');
869: l_subinv_code := fnd_profile.value('OKL_REMARKET_SUBINVENTORY');
870:
871: -- distribution account ID in mtl_transactions_interface is optional.
872:
873: -- SECHAWLA Bug # 2620853 - following profile is not required
874: --l_distribution_account_id := fnd_profile.value('OKL_REMARKET_DISTRIBUTION_ACCOUNT');
875: