DBA Data[Home] [Help]

APPS.OKC_REP_SEARCH_UTIL_PVT dependencies on OE_BLANKET_HEADERS_ALL

Line 1193: FROM oe_blanket_headers_all

1189: WHERE header_id = p_document_id;
1190:
1191: CURSOR bsa_status_csr IS
1192: SELECT flow_status_code AS contract_status_code
1193: FROM oe_blanket_headers_all
1194: WHERE header_id = p_document_id;
1195:
1196: BEGIN
1197:

Line 1517: FROM oe_blanket_headers_all

1513: WHERE header_id = p_document_id;
1514:
1515: CURSOR bsa_org_csr IS
1516: SELECT org_id
1517: FROM oe_blanket_headers_all
1518: WHERE header_id = p_document_id;
1519:
1520: BEGIN
1521: