DBA Data[Home] [Help]

APPS.CSE_DEPLOYMENT_GRP dependencies on CSE_IPA_TRANS_PKG

Line 510: l_nl_pa_interface_tbl CSE_IPA_TRANS_PKG.nl_pa_interface_tbl_type;

506: l_active_instance_only VARCHAR2(1) DEFAULT FND_API.G_TRUE;
507: l_txn_rec csi_datastructures_pub.transaction_rec;
508: l_asset_location_rec csi_datastructures_pub.instance_asset_location_rec;
509: l_asset_location_tbl csi_datastructures_pub.instance_asset_location_tbl;
510: l_nl_pa_interface_tbl CSE_IPA_TRANS_PKG.nl_pa_interface_tbl_type;
511: l_burden_cost_sum NUMBER;
512: l_qty_sum NUMBER;
513: l_sum_of_qty NUMBER;
514: l_fa_location_id NUMBER;

Line 1064: debug('Calling API cse_ipa_trans_pkg.populate_pa_interface');

1060: debug('l_nl_pa_interface_tbl.count : '||l_nl_pa_interface_tbl.COUNT);
1061:
1062: IF l_nl_pa_interface_tbl.COUNT > 0
1063: THEN
1064: debug('Calling API cse_ipa_trans_pkg.populate_pa_interface');
1065: cse_ipa_trans_pkg.populate_pa_interface(
1066: p_nl_pa_interface_tbl => l_nl_pa_interface_tbl,
1067: x_return_status => l_return_status,
1068: x_error_message => l_error_message);

Line 1065: cse_ipa_trans_pkg.populate_pa_interface(

1061:
1062: IF l_nl_pa_interface_tbl.COUNT > 0
1063: THEN
1064: debug('Calling API cse_ipa_trans_pkg.populate_pa_interface');
1065: cse_ipa_trans_pkg.populate_pa_interface(
1066: p_nl_pa_interface_tbl => l_nl_pa_interface_tbl,
1067: x_return_status => l_return_status,
1068: x_error_message => l_error_message);
1069: IF NOT (l_return_status = fnd_api.g_ret_sts_success) THEN