DBA Data[Home] [Help]

APPS.CSI_ORDER_FULFILL_PUB dependencies on CSI_UTILITY_GRP

Line 9093: l_om_session_key csi_utility_grp.config_session_key;

9089: l_party_site_id number;
9090: l_owner_party_id number;
9091: l_owner_account_id number;
9092:
9093: l_om_session_key csi_utility_grp.config_session_key;
9094: l_macd_processing boolean := FALSE;
9095:
9096: l_inv_transactable_flag varchar2(1);
9097: l_serial_code number;

Line 9213: csi_utility_grp.check_ib_active;

9209:
9210: fnd_msg_pub.initialize;
9211:
9212: /* this routine checks if ib is active */
9213: csi_utility_grp.check_ib_active;
9214:
9215: l_default_info_rec.internal_party_id :=
9216: csi_datastructures_pub.g_install_param_rec.internal_party_id;
9217: l_default_info_rec.freeze_date :=

Line 11039: csi_utility_grp.check_ib_active;

11035:
11036: l_error_rec.source_id := p_mtl_txn_id;
11037:
11038: /* this routine checks if ib is active */
11039: csi_utility_grp.check_ib_active;
11040:
11041: -- Get the order line details
11042: csi_utl_pkg.get_order_line_dtls(
11043: p_mtl_transaction_id => p_mtl_txn_id,