DBA Data[Home] [Help]

APPS.PO_NEGOTIATIONS_SV1 dependencies on PON_UDA_PKG

Line 3167: STEP 3) If all the above values are present, then call PON_UDA_PKG.DEFAULT_NON_RENDER_UDA procedure

3163: STEP 1) Take Targer Document Id (auction_header_id) and Source Line Id (requisition_line_id) and
3164: derive Source Document Id (requisition_header_id), Source & Target UDA Template Ids.
3165: STEP 2) If any of the values in auction_header_id, requisition_header_id, solicitation_uda_template_id,
3166: and requisition_uda_template_id are null, exit from the procedure.
3167: STEP 3) If all the above values are present, then call PON_UDA_PKG.DEFAULT_NON_RENDER_UDA procedure
3168: to copy addresses from user preferences. This procedure copies Requesting Office,
3169: Suggested COTR Office, Suggested Property Administration Office, and Issuing Office from User Preferences.
3170: STEP 4) Delete Requesting Office, Suggested COTR Office, and Suggested Property Administration Office addresses
3171: from UDA tables (PON_AUCTION_HEADERS_EXT_B, PON_AUCTION_HEADERS_EXT_TL) because these addresses should

Line 3248: PON_UDA_PKG.DEFAULT_NON_RENDER_UDA( p_auction_header_id => p_auction_header_id,

3244: l_sol_uda_temp_id IS NOT NULL AND l_req_uda_temp_id IS NOT NULL THEN
3245:
3246: /* STEP 3 - START */
3247:
3248: PON_UDA_PKG.DEFAULT_NON_RENDER_UDA( p_auction_header_id => p_auction_header_id,
3249: x_return_status => l_return_status);
3250: /* STEP 3 - END */
3251:
3252: /* STEP 4 - START */