DBA Data[Home] [Help]

APPS.WF_XML dependencies on STANDARD

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

3362: end if;
3363: end;
3364: end if;
3365: -- Direct Response is not reconfigurable through the message attributes
3366: -- Use the standard API to obtain its value.
3367: -- They are not configurable at the message level because of the
3368: -- confusion caused with multiple mailers and especially those that
3369: -- share the same correlation ID. The value must be consisten in the
3370: -- PL/SQL layer as well as the Java layer.

Line 5599: -- Process the responses for standard responses

5595: ----------------------------------
5596: -- verion < 3 is a normal response
5597: ----------------------------------
5598:
5599: -- Process the responses for standard responses
5600: if l_responses(i).type = 'LOOKUP' then
5601: -- Verify the content of the lookup. This will raise
5602: -- an exception if it is not matched. GetLovMeaning
5603: -- allows for nulls. This is not acceptable here.