DBA Data[Home] [Help]

APPS.IBY_AR_UTILS dependencies on XMLTYPE

Line 26: RETURN XMLType;

22: p_trxntypeid IN iby_trxn_summaries_all.trxntypeid%TYPE,
23: p_card_data_level IN iby_trxn_core.card_data_level%TYPE,
24: p_instrument_type IN iby_trxn_summaries_all.instrtype%TYPE
25: )
26: RETURN XMLType;
27:
28: --
29: -- Overloaded form of the earlier API. This is transaction extension
30: -- driven. This function would be used in R12. the previous one has

Line 46: RETURN XMLType;

42: p_card_data_level IN iby_trxn_core.card_data_level%TYPE,
43: p_instrument_type IN iby_trxn_summaries_all.instrtype%TYPE,
44: p_source_view IN VARCHAR2
45: )
46: RETURN XMLType;
47:
48: --
49: -- Overloaded form of the earlier API.This restricts the Invoice details
50: -- based on the instrument type. The earlier function has been kept

Line 68: RETURN XMLType;

64: p_instrument_type IN iby_trxn_summaries_all.instrtype%TYPE,
65: p_process_profile IN iby_trxn_summaries_all.process_profile_code%TYPE,
66: p_source_view IN VARCHAR2
67: )
68: RETURN XMLType;
69:
70:
71: -- Return: The Authorization Flag for the given Transaction Extension Id
72: PROCEDURE get_authorization_status