DBA Data[Home] [Help]

APPS.BOM_CSTRFICR_XMLP_PKG dependencies on FND_GLOBAL

Line 14: P_CONC_REQUEST_ID := FND_GLOBAL.CONC_REQUEST_ID;

10: AND fifst.freeze_flex_definition_flag = 'Y'
11: ORDER BY fifst.id_flex_num;
12:
13: BEGIN
14: P_CONC_REQUEST_ID := FND_GLOBAL.CONC_REQUEST_ID;
15: UNIQUE_ID1 := UNIQUE_ID;
16:
17: open c1;
18: fetch c1 into pid_flex_num;