DBA Data[Home] [Help]

APPS.IMC_THREE_SIXTY_COLS_PKG dependencies on FND_API

Line 28: if ( x_column_id is null) or (x_column_id = fnd_api.g_miss_num) then

24: is
25: cursor C2 is select IMC_THREE_SIXTY_COLS_S.nextval from dual;
26:
27: begin
28: if ( x_column_id is null) or (x_column_id = fnd_api.g_miss_num) then
29: OPEN C2;
30: FETCH C2 INTO X_COLUMN_ID;
31: if (c2%notfound) then
32: close c2;