DBA Data[Home] [Help]

APPS.CSI_ORDER_FULFILL_PUB dependencies on CSI_UTILITY_GRP

Line 8193: l_om_session_key csi_utility_grp.config_session_key;

8189: l_party_site_id number;
8190: l_owner_party_id number;
8191: l_owner_account_id number;
8192:
8193: l_om_session_key csi_utility_grp.config_session_key;
8194: l_macd_processing boolean := FALSE;
8195:
8196: l_inv_transactable_flag varchar2(1);
8197: l_serial_code number;

Line 8292: csi_utility_grp.check_ib_active;

8288:
8289: fnd_msg_pub.initialize;
8290:
8291: /* this routine checks if ib is active */
8292: csi_utility_grp.check_ib_active;
8293:
8294: l_default_info_rec.internal_party_id :=
8295: csi_datastructures_pub.g_install_param_rec.internal_party_id;
8296: l_default_info_rec.freeze_date :=

Line 10023: csi_utility_grp.check_ib_active;

10019:
10020: l_error_rec.source_id := p_mtl_txn_id;
10021:
10022: /* this routine checks if ib is active */
10023: csi_utility_grp.check_ib_active;
10024:
10025: -- Get the order line details
10026: csi_utl_pkg.get_order_line_dtls(
10027: p_mtl_transaction_id => p_mtl_txn_id,