DBA Data[Home] [Help]

APPS.PSB_EXCEL2_PVT dependencies on FND_NUMBER

Line 2135: FND_NUMBER.canonical_to_number(attribute_value) attribute_value

2131: effective_start_date,
2132: effective_end_date,
2133: attribute_id,
2134: -- Fixed Bug # 3683644
2135: FND_NUMBER.canonical_to_number(attribute_value) attribute_value
2136: from PSB_POSITION_ASSIGNMENTS
2137: where attribute_id = PSB_WS_POS1.g_default_wklyhrs_id
2138: and (worksheet_id is null or worksheet_id = g_global_worksheet_id)
2139: and assignment_type = 'ATTRIBUTE'

Line 2150: FND_NUMBER.canonical_to_number(attribute_value) desc; -- Fixed Bug # 3683644

2146: and position_id = l_position_id
2147: order by worksheet_id,
2148: effective_start_date,
2149: effective_end_date,
2150: FND_NUMBER.canonical_to_number(attribute_value) desc; -- Fixed Bug # 3683644
2151:
2152: BEGIN
2153: l_position_id := p_position_id;
2154: l_start_date := p_start_date;