DBA Data[Home] [Help]

APPS.INV_TRANSACTION_FLOW_PUB dependencies on MTL_IC_PARAMETERS_PKG

Line 1164: print_debug('Before MTL_IC_PARAMETERS_PKG.INSERT_ROW call...');

1160:
1161: ELSIF l_valid = g_true THEN
1162:
1163: IF (g_debug=1) THEN
1164: print_debug('Before MTL_IC_PARAMETERS_PKG.INSERT_ROW call...');
1165: END IF;
1166:
1167: MTL_IC_PARAMETERS_PKG.INSERT_ROW
1168: (X_Rowid => l_ic_rowid,

Line 1167: MTL_IC_PARAMETERS_PKG.INSERT_ROW

1163: IF (g_debug=1) THEN
1164: print_debug('Before MTL_IC_PARAMETERS_PKG.INSERT_ROW call...');
1165: END IF;
1166:
1167: MTL_IC_PARAMETERS_PKG.INSERT_ROW
1168: (X_Rowid => l_ic_rowid,
1169: X_Ship_Organization_Id => p_from_org_id_tbl(i),
1170: X_Sell_Organization_Id => p_to_org_id_tbl(i),
1171: X_Last_Update_Date => Sysdate,

Line 1207: print_debug('After MTL_IC_PARAMETERS_PKG.INSERT_ROW call...');

1203: X_Inventory_Accrual_Account_Id => p_Inv_Accrual_Acct_Id_tbl(i) ,
1204: X_Expense_Accrual_Account_Id => p_Exp_Accrual_Acct_Id_tbl(i));
1205:
1206: IF (g_debug=1) THEN
1207: print_debug('After MTL_IC_PARAMETERS_PKG.INSERT_ROW call...');
1208: END IF;
1209:
1210: END IF;
1211: END;

Line 2089: mtl_ic_parameters_pkg.update_row

2085: IF P_expense_accrual_account_id = g_miss_num THEN
2086: l_expense_accrual_account_id := ic_information_rec.expense_accrual_account_id;
2087: END IF;
2088:
2089: mtl_ic_parameters_pkg.update_row
2090: (x_rowid=> l_rowid,
2091: x_ship_organization_id=> p_ship_organization_id,
2092: x_sell_organization_id=> p_sell_organization_id,
2093: x_last_update_date=>sysdate,