DBA Data[Home] [Help]

APPS.WF_XML dependencies on STANDARD

Line 3329: -- Use the standard API to obtain its value.

3325: end if;
3326: end;
3327: end if;
3328: -- Direct Response is not reconfigurable through the message attributes
3329: -- Use the standard API to obtain its value.
3330: -- They are not configurable at the message level because of the
3331: -- confusion caused with multiple mailers and especially those that
3332: -- share the same correlation ID. The value must be consisten in the
3333: -- PL/SQL layer as well as the Java layer.

Line 5489: -- Process the responses for standard responses

5485: ----------------------------------
5486: -- verion < 3 is a normal response
5487: ----------------------------------
5488:
5489: -- Process the responses for standard responses
5490: if l_responses(i).type = 'LOOKUP' then
5491: -- Verify the content of the lookup. This will raise
5492: -- an exception if it is not matched. GetLovMeaning
5493: -- allows for nulls. This is not acceptable here.