DBA Data[Home] [Help]

APPS.ASO_SUP_COMP_RESP_MAP_PKG dependencies on ASO_SUP_COMP_RESP_MAP_S

Line 48: select aso_sup_comp_resp_map_s.NEXTVAL from sys.dual;

44: from ASO_SUP_COMP_RESP_MAP
45: where COMPONENT_RESPONSE_ID = PX_COMPONENT_RESPONSE_ID ;
46:
47: cursor CU_COMPONENT_RESPONSE_ID IS
48: select aso_sup_comp_resp_map_s.NEXTVAL from sys.dual;
49:
50: Begin
51:
52: IF (PX_COMPONENT_RESPONSE_ID IS NULL) OR (PX_COMPONENT_RESPONSE_ID = FND_API.G_MISS_NUM) THEN