DBA Data[Home] [Help]

APPS.CSI_EAM_INTERFACE_GRP dependencies on CSI_DATASTRUCTURES_PUB

Line 24: l_error_rec csi_datastructures_pub.transaction_error_rec;

20: l_error_code number;
21: l_error_message varchar2(4000);
22: l_bypass_flag varchar2(1);
23: l_return_status varchar2(1) := fnd_api.g_ret_sts_success;
24: l_error_rec csi_datastructures_pub.transaction_error_rec;
25: publish_error exception;
26: BEGIN
27:
28: x_return_status := fnd_api.g_ret_sts_success;

Line 38: IF csi_datastructures_pub.g_install_param_rec.fetch_flag IS NULL THEN

34: debug('START IB integration from EAM process :'||to_char(sysdate,'DD-MON-YYYY HH24:MI:SS'));
35: debug(' wip_entity_id : '||p_wip_entity_id);
36: debug(' organization_id : '||p_organization_id);
37:
38: IF csi_datastructures_pub.g_install_param_rec.fetch_flag IS NULL THEN
39: csi_gen_utility_pvt.populate_install_param_rec;
40: END IF;
41:
42: l_bypass_flag := nvl(csi_datastructures_pub.g_install_param_rec.sfm_queue_bypass_flag, 'N');

Line 42: l_bypass_flag := nvl(csi_datastructures_pub.g_install_param_rec.sfm_queue_bypass_flag, 'N');

38: IF csi_datastructures_pub.g_install_param_rec.fetch_flag IS NULL THEN
39: csi_gen_utility_pvt.populate_install_param_rec;
40: END IF;
41:
42: l_bypass_flag := nvl(csi_datastructures_pub.g_install_param_rec.sfm_queue_bypass_flag, 'N');
43: debug(' bypass flag : '||l_bypass_flag);
44:
45: l_error_rec.source_type := 'CSIEAMWC';
46: l_error_rec.source_id := p_wip_entity_id;

Line 106: l_error_rec csi_datastructures_pub.transaction_error_rec;

102: l_error_message varchar2(4000);
103: l_inventory_item_id number;
104: l_bypass_flag varchar2(1);
105: l_return_status varchar2(1) := fnd_api.g_ret_sts_success;
106: l_error_rec csi_datastructures_pub.transaction_error_rec;
107: publish_error exception;
108: BEGIN
109:
110: x_return_status := fnd_api.g_ret_sts_success;

Line 120: IF csi_datastructures_pub.g_install_param_rec.fetch_flag IS NULL THEN

116: debug('START IB integration from EAM process :'||to_char(sysdate,'DD-MON-YYYY HH24:MI:SS'));
117: debug(' wip_entity_id : '||p_wip_entity_id);
118: debug(' organization_id : '||p_organization_id);
119:
120: IF csi_datastructures_pub.g_install_param_rec.fetch_flag IS NULL THEN
121: csi_gen_utility_pvt.populate_install_param_rec;
122: END IF;
123:
124: l_bypass_flag := nvl(csi_datastructures_pub.g_install_param_rec.sfm_queue_bypass_flag, 'N');

Line 124: l_bypass_flag := nvl(csi_datastructures_pub.g_install_param_rec.sfm_queue_bypass_flag, 'N');

120: IF csi_datastructures_pub.g_install_param_rec.fetch_flag IS NULL THEN
121: csi_gen_utility_pvt.populate_install_param_rec;
122: END IF;
123:
124: l_bypass_flag := nvl(csi_datastructures_pub.g_install_param_rec.sfm_queue_bypass_flag, 'N');
125:
126: debug(' bypass flag : '||l_bypass_flag);
127:
128: l_error_rec.source_type := 'CSIEAMRR';