DBA Data[Home] [Help]

APPS.CSP_REQUIREMENT_POPULATE_PVT dependencies on CSP_REQUIREMENT_HEADERS_S1

Line 163: select CSP_Requirement_headers_s1.nextval

159: );
160:
161: END IF;
162: IF px_header_id is null and p_called_by = 2 THEN
163: select CSP_Requirement_headers_s1.nextval
164: INTO px_header_id
165: FROM DUAL;
166: END IF;
167: IF l_header_return_status = FND_API.G_RET_STS_SUCCESS THEN