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.59.12020000.4 2012/10/04 08:09:22 mvaradam ship $*/
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 get_phantom_option_expl_flag(
21: p_option_expl_flag OUT NOCOPY VARCHAR2

Line 7219: csi_order_fulfill_pub.get_ib_trackable_parent(

7215: RAISE fnd_api.g_exc_error;
7216: END IF;
7217:
7218: /* get the ib_trackable parent for the option item line */
7219: csi_order_fulfill_pub.get_ib_trackable_parent(
7220: p_current_line_id => p_order_line_rec.line_id,
7221: p_om_vld_org_id => px_default_info_rec.om_vld_org_id,
7222: x_parent_line_rec => l_parent_line_rec,
7223: x_return_status => l_return_status);

Line 7607: csi_order_fulfill_pub.get_ib_trackable_parent(

7603:
7604: debug('wip_instances count :'||l_wip_instances.COUNT);
7605:
7606: /* get the ib_trackable parent for the option item line */
7607: csi_order_fulfill_pub.get_ib_trackable_parent(
7608: p_current_line_id => p_order_line_rec.line_id,
7609: p_om_vld_org_id => px_default_info_rec.om_vld_org_id,
7610: x_parent_line_rec => l_parent_line_rec,
7611: x_return_status => l_return_status);

Line 8121: p_pkg_name => 'csi_order_fulfill_pub');

8117: BEGIN
8118:
8119: csi_t_gen_utility_pvt.dump_api_info(
8120: p_api_name => 'demo_fulfillment',
8121: p_pkg_name => 'csi_order_fulfill_pub');
8122:
8123: l_internal_party_id := csi_datastructures_pub.g_install_param_rec.internal_party_id;
8124: l_ownership_override := csi_datastructures_pub.g_install_param_rec.ownership_override_at_txn;
8125:

Line 11461: csi_order_fulfill_pub.order_fulfillment(

11457:
11458:
11459: END IF;
11460:
11461: csi_order_fulfill_pub.order_fulfillment(
11462: p_order_line_id => l_order_line_rec.order_line_id,
11463: p_message_id => null,
11464: x_return_status => l_return_status,
11465: px_trx_error_rec => l_error_rec);

Line 12381: END csi_order_fulfill_pub;

12377: commit;
12378: end if;
12379: END Update_Profile;
12380:
12381: END csi_order_fulfill_pub;