DBA Data[Home] [Help]

APPS.XTR_FPS3_P dependencies on XTR_TIME_RESTRICTIONS

Line 560: from XTR_TIME_RESTRICTIONS

556:
557: --
558: cursor T_RES is
559: select RANGE -- range is nos of days max period contract can go out until
560: from XTR_TIME_RESTRICTIONS
561: where DEAL_TYPE = l_deal_type
562: and (DEAL_SUBTYPE = l_deal_subtype or DEAL_SUBTYPE is NULL)
563: and (SECURITY_NAME = l_product_type or SECURITY_NAME is NULL)
564: and (CPARTY_CODE = l_cparty_code or CPARTY_CODE is NULL)