DBA Data[Home] [Help]

APPS.PON_RESPONSE_IMPORT_PKG dependencies on PO_UDA_USAGE_OBJECT

Line 3420: po_uda_array PO_UDA_USAGE_OBJECT_ARRAY := PO_UDA_USAGE_OBJECT_ARRAY();

3416: p_userid IN pon_interface_errors.created_by%TYPE,
3417: x_return_status OUT NOCOPY VARCHAR2
3418: )
3419: Is
3420: po_uda_array PO_UDA_USAGE_OBJECT_ARRAY := PO_UDA_USAGE_OBJECT_ARRAY();
3421: ego_value_pairs_table ego_col_name_value_pair_table ;
3422: -- attr_group_id_table PO_TBL_NUMBER;
3423: ego_value_obj ego_col_name_value_pair_obj;
3424: l_template_id pon_bid_headers.uda_template_id%TYPE;

Line 3450: po_uda_array(1) := po_uda_usage_object.new_instance(l_template_id,'GENERIC',NULL);

3446: message => 'Invoking PO_UDA_IMPORT_PKG.IMPORT_UDA_ATTRS for line Number'||r_lineCursor.lno);
3447: END IF;
3448: l_uda_data_present := IS_UDA_DATA_IN_INTERFACE(p_bid_number,r_lineCursor.lno);
3449: if ( l_uda_data_present = TRUE ) THEN
3450: po_uda_array(1) := po_uda_usage_object.new_instance(l_template_id,'GENERIC',NULL);
3451: --Bug 16654950
3452: --Adding p_transaction_id to the call as per the latest API for IMPORT_UDA_ATTRS
3453: PO_UDA_IMPORT_PKG.IMPORT_UDA_ATTRS
3454: ('PON_BID_PRICES_EXT_ATTRS',p_bid_number,r_lineCursor.lno,null,null,null,po_uda_array,ego_value_pairs_table,l_return_status,l_errorcode,msgCount,msgData,'N',p_transaction_id);