DBA Data[Home] [Help]

APPS.OKC_CREATE_PO_FROM_K_PUB dependencies on FND_CONC_GLOBAL

Line 103: l_request_data := fnd_conc_global.request_data;

99:
100: -- Examine the value of request_data. If this is null, then this is
101: -- the first time that this is being called
102:
103: l_request_data := fnd_conc_global.request_data;
104:
105:
106: IF l_request_data IS NULL
107: THEN