DBA Data[Home] [Help]

APPS.PSB_FLEX_MAPPING_PVT dependencies on DUAL

Line 1214: -- Explode p_ccid into individual segments to l_seg_val array

1210: raise FND_API.G_EXC_ERROR;
1211: end if;
1212:
1213: -- +++++++++++++++++
1214: -- Explode p_ccid into individual segments to l_seg_val array
1215: -- +++++++++++++++++
1216:
1217: if not FND_FLEX_EXT.Get_Segments
1218: (application_short_name => 'SQLGL',

Line 1500: from dual

1496: ;
1497:
1498: cursor c_py_exists is
1499: select 'Exists'
1500: from dual
1501: where exists
1502: (select 1
1503: from psb_budget_year_types_vl
1504: where budget_year_type_id = p_Budget_Year_Type_ID

Line 1535: -- Explode p_ccid into individual segments to l_seg_val array

1531: raise FND_API.G_EXC_ERROR;
1532: end if;
1533:
1534: -- +++++++++++++++++
1535: -- Explode p_ccid into individual segments to l_seg_val array
1536: -- +++++++++++++++++
1537:
1538: if not FND_FLEX_EXT.Get_Segments
1539: (application_short_name => 'SQLGL',