DBA Data[Home] [Help]

APPS.PO_REQ_DOCUMENT_UPDATE_GRP dependencies on PO_TBL_DATE

Line 42: l_dummy_table_date po_tbl_date := po_tbl_date();

38: l_api_name CONSTANT VARCHAR(30) := 'validate_inputs';
39: l_progress VARCHAR2(3) := '000';
40: l_count NUMBER := p_req_changes.line_changes.req_line_id.count;
41: l_dummy_table_number po_tbl_number := po_tbl_number();
42: l_dummy_table_date po_tbl_date := po_tbl_date();
43:
44: BEGIN
45:
46: --Initialize any null Tables to a dummy table of null values with length of req_line_id.count