DBA Data[Home] [Help]

APPS.OZF_SD_REQUEST_PUB dependencies on OZF_SD_REQUEST_HEADER_PKG

Line 2724: OZF_SD_REQUEST_HEADER_PKG.Insert_Row(

2720: OZF_UTILITY_PVT.debug_message('Root Request Header ID :'||l_root_request_header_id);
2721: END IF;
2722: END IF;
2723:
2724: OZF_SD_REQUEST_HEADER_PKG.Insert_Row(
2725: p_request_header_id =>l_req_hdr_seq
2726: ,p_object_version_number =>1
2727: ,p_last_update_date =>SYSDATE
2728: ,p_last_updated_by =>NVL(FND_GLOBAL.user_id,-1)

Line 3319: OZF_SD_REQUEST_HEADER_PKG.Update_Row(

3315: l_offer_type :='ACCRUAL';
3316: END IF;
3317:
3318:
3319: OZF_SD_REQUEST_HEADER_PKG.Update_Row(
3320: p_request_header_id =>p_SDR_hdr_rec.request_header_id
3321: ,p_object_version_number =>p_SDR_hdr_rec.object_version_number + 1
3322: ,p_last_update_date =>SYSDATE
3323: ,p_last_updated_by =>NVL(FND_GLOBAL.user_id,-1)