DBA Data[Home] [Help]

APPS.PON_AUCTION_PKG dependencies on PON_AUCTION_HEADERS_ALL

Line 891: p_auction_header_id IN pon_auction_headers_all.AUCTION_HEADER_ID%TYPE,

887: This function will be used in the select lists of various VOs that need
888: to query auction status
889: ======================================================================*/
890: FUNCTION GET_AUCTION_STATUS_DISPLAY(
891: p_auction_header_id IN pon_auction_headers_all.AUCTION_HEADER_ID%TYPE,
892: p_user_trading_partner_id IN pon_auction_headers_all.TRADING_PARTNER_ID%TYPE) RETURN VARCHAR2;
893:
894: /*======================================================================
895: FUNCTION : GET_MONITOR_IMAGE_AND_STATUS PUBLIC

Line 892: p_user_trading_partner_id IN pon_auction_headers_all.TRADING_PARTNER_ID%TYPE) RETURN VARCHAR2;

888: to query auction status
889: ======================================================================*/
890: FUNCTION GET_AUCTION_STATUS_DISPLAY(
891: p_auction_header_id IN pon_auction_headers_all.AUCTION_HEADER_ID%TYPE,
892: p_user_trading_partner_id IN pon_auction_headers_all.TRADING_PARTNER_ID%TYPE) RETURN VARCHAR2;
893:
894: /*======================================================================
895: FUNCTION : GET_MONITOR_IMAGE_AND_STATUS PUBLIC
896: PARAMETERS:

Line 949: -- COMMENT : This procedure will be used in the pon_auction_headers_all_v

945: -- p_award_status - award_status column
946: -- p_award_approval_status - award_approval_status column
947: -- p_outcome_status - outcome_status column
948: --
949: -- COMMENT : This procedure will be used in the pon_auction_headers_all_v
950: -- view to get the value for the negotiation_status
951: -- column in the view. Prior to the use of this function the
952: -- same code existed as decodes in the view itself.
953: --========================================================================

Line 974: -- COMMENT : This procedure will be used in the pon_auction_headers_all_v

970: -- p_view_by_date - view_by_date column
971: -- p_open_bidding_date - open_bidding_date column
972: -- p_close_bidding_date - close_bidding_date column
973: --
974: -- COMMENT : This procedure will be used in the pon_auction_headers_all_v
975: -- view to get the value for the suppl_negotiation_status
976: -- column in the view. Prior to the use of this function the
977: -- same code existed as decodes in the view itself.
978: --========================================================================