DBA Data[Home] [Help]

APPS.XTR_FPS3_P dependencies on XTR_DEAL_STATUSES

Line 397: from XTR_DEAL_STATUSES

393: l_level OUT NOCOPY VARCHAR2) is
394: --
395: cursor STATUS is
396: select NULL DESCRIPTION, UPDATEABLE
397: from XTR_DEAL_STATUSES
398: where STATUS_CODE = l_status_code
399: and DEAL_TYPE = l_deal_type
400: and AUTO_USER_SET = decode(l_record_status,'QUERY',
401: AUTO_USER_SET,'U');