DBA Data[Home] [Help]

APPS.OZF_SD_REQUEST_PUB dependencies on OZF_SD_REQUEST_HEADER_PKG

Line 2193: OZF_SD_REQUEST_HEADER_PKG.Insert_Row(

2189: OZF_UTILITY_PVT.debug_message('Root Request Header ID :'||l_root_request_header_id);
2190: END IF;
2191: END IF;
2192:
2193: OZF_SD_REQUEST_HEADER_PKG.Insert_Row(
2194: p_request_header_id =>l_req_hdr_seq
2195: ,p_object_version_number =>1
2196: ,p_last_update_date =>SYSDATE
2197: ,p_last_updated_by =>NVL(FND_GLOBAL.user_id,-1)

Line 2746: OZF_SD_REQUEST_HEADER_PKG.Update_Row(

2742: l_offer_type :='ACCRUAL';
2743: END IF;
2744:
2745:
2746: OZF_SD_REQUEST_HEADER_PKG.Update_Row(
2747: p_request_header_id =>p_SDR_hdr_rec.request_header_id
2748: ,p_object_version_number =>p_SDR_hdr_rec.object_version_number + 1
2749: ,p_last_update_date =>SYSDATE
2750: ,p_last_updated_by =>NVL(FND_GLOBAL.user_id,-1)