DBA Data[Home] [Help]

APPS.CSI_ORDER_FULFILL_PUB dependencies on CSI_ORDER_FULFILL_PUB

Line 1: PACKAGE BODY csi_order_fulfill_pub AS

1: PACKAGE BODY csi_order_fulfill_pub AS
2: /* $Header: csipiofb.pls 120.25 2006/11/13 15:38:14 srsarava noship $*/
3:
4: PROCEDURE debug(
5: p_message IN varchar2)

Line 17: p_pkg_name => 'csi_order_fulfill_pub');

13: IS
14: BEGIN
15: csi_t_gen_utility_pvt.dump_api_info(
16: p_api_name => p_api_name,
17: p_pkg_name => 'csi_order_fulfill_pub');
18: END api_log;
19:
20: PROCEDURE create_csi_transaction(
21: px_csi_txn_rec IN OUT nocopy csi_datastructures_pub.transaction_rec,

Line 6449: csi_order_fulfill_pub.get_ib_trackable_parent(

6445: RAISE fnd_api.g_exc_error;
6446: END IF;
6447:
6448: /* get the ib_trackable parent for the option item line */
6449: csi_order_fulfill_pub.get_ib_trackable_parent(
6450: p_current_line_id => p_order_line_rec.line_id,
6451: p_om_vld_org_id => px_default_info_rec.om_vld_org_id,
6452: x_parent_line_rec => l_parent_line_rec,
6453: x_return_status => l_return_status);

Line 6836: csi_order_fulfill_pub.get_ib_trackable_parent(

6832:
6833: debug('wip_instances count :'||l_wip_instances.COUNT);
6834:
6835: /* get the ib_trackable parent for the option item line */
6836: csi_order_fulfill_pub.get_ib_trackable_parent(
6837: p_current_line_id => p_order_line_rec.line_id,
6838: p_om_vld_org_id => px_default_info_rec.om_vld_org_id,
6839: x_parent_line_rec => l_parent_line_rec,
6840: x_return_status => l_return_status);

Line 7324: p_pkg_name => 'csi_order_fulfill_pub');

7320: BEGIN
7321:
7322: csi_t_gen_utility_pvt.dump_api_info(
7323: p_api_name => 'demo_fulfillment',
7324: p_pkg_name => 'csi_order_fulfill_pub');
7325:
7326: l_internal_party_id := csi_datastructures_pub.g_install_param_rec.internal_party_id;
7327: l_ownership_override := csi_datastructures_pub.g_install_param_rec.ownership_override_at_txn;
7328:

Line 10445: csi_order_fulfill_pub.order_fulfillment(

10441:
10442:
10443: END IF;
10444:
10445: csi_order_fulfill_pub.order_fulfillment(
10446: p_order_line_id => l_order_line_rec.order_line_id,
10447: p_message_id => null,
10448: x_return_status => l_return_status,
10449: px_trx_error_rec => l_error_rec);

Line 11365: END csi_order_fulfill_pub;

11361: commit;
11362: end if;
11363: END Update_Profile;
11364:
11365: END csi_order_fulfill_pub;