DBA Data[Home] [Help]

APPS.XTR_FPS3_P dependencies on XTR_DEAL_SUBTYPES

Line 18: from XTR_DEAL_SUBTYPES

14: -- Since we change NAME's length 35 to 80 so we return NAME as NULL
15: --- to avoid truncation error
16: cursor C_DS is
17: select NULL NAME,LIMIT_WEIGHTING,TOLERANCE
18: from XTR_DEAL_SUBTYPES
19: where DEAL_TYPE = l_deal_type
20: and DEAL_SUBTYPE = l_deal_subtype;
21: --
22: begin