DBA Data[Home] [Help]

APPS.CSP_REQUIREMENT_POPULATE_PVT dependencies on CSP_REQUIREMENT_HEADERS_S1

Line 147: select CSP_Requirement_headers_s1.nextval

143: );
144:
145: END IF;
146: IF px_header_id is null and p_called_by = 2 THEN
147: select CSP_Requirement_headers_s1.nextval
148: INTO px_header_id
149: FROM DUAL;
150: END IF;
151: IF l_header_return_status = FND_API.G_RET_STS_SUCCESS THEN