DBA Data[Home] [Help]

APPS.PO_NEGOTIATIONS_SV1 dependencies on PON_COPY_UDAS_GRP

Line 3175: STEP 6) Call PON_COPY_UDAS_GRP.COPY_REQ_HEADER_UDA procedure to copy addresses (Requesting Office,

3171: from UDA tables (PON_AUCTION_HEADERS_EXT_B, PON_AUCTION_HEADERS_EXT_TL) because these addresses should
3172: come from Requisition.
3173: STEP 5) If the Issuing Office copied from User Preferences has null data then delete that record, else take the
3174: backup of the record by updating it to ISSUING_OFFICE_BACKUP.
3175: STEP 6) Call PON_COPY_UDAS_GRP.COPY_REQ_HEADER_UDA procedure to copy addresses (Requesting Office,
3176: Suggested COTR Office, Suggested Property Administration Office, and Issuing Office) and
3177: Business Priority and Project Information UDA from Requisition to Solicitation.
3178: STEP 7) After Step 5, if the data copied for Issuing Office is valid, then delete the records related to Issuing
3179: Office which were copied in STEP 6 i.e., Issuing Office Copied from Requisition to Solicitaion. Also update

Line 3325: PON_COPY_UDAS_GRP.COPY_REQ_HEADER_UDA(p_auction_header_id => p_auction_header_id,

3321: /* STEP 5 - END */
3322:
3323: /* STEP 6 - START */
3324:
3325: PON_COPY_UDAS_GRP.COPY_REQ_HEADER_UDA(p_auction_header_id => p_auction_header_id,
3326: p_req_header_id => l_req_header_id,
3327: p_src_template_id => l_req_uda_temp_id,
3328: p_dest_template_id => l_sol_uda_temp_id,
3329: x_return_status => l_return_status,