DBA Data[Home] [Help]

APPS.LOT_SPLIT_DATA_INSERT dependencies on WSM_PARAMETERS

Line 775: FROM wsm_parameters

771: INV_TRX_UTIL_PUB.trace('dist acct is null and wsm enabled = Y', g_pkg_name, 9);
772: END IF;
773: SELECT transaction_account_id
774: INTO l_dist_account_id
775: FROM wsm_parameters
776: WHERE organization_id = tab_input(1).organization_id;
777: END IF;
778:
779: IF (l_dist_account_id IS NULL) THEN

Line 1225: FROM wsm_parameters

1221: INV_TRX_UTIL_PUB.trace('dist acct is null and wsm enabled = Y', g_pkg_name, 9);
1222: END IF;
1223: SELECT NVL(transaction_account_id, 0)
1224: INTO x_dist_account_id
1225: FROM wsm_parameters
1226: WHERE organization_id = p_organization_id;
1227: END IF;
1228:
1229: IF (l_debug = 1) THEN