DBA Data[Home] [Help]

APPS.IGS_FI_WAIVERS_API_PUB dependencies on STANDARD

Line 37: -- This standard API parameter is used to compare the version numbers of

33: -- manual waiver credit transactions and waiver adjustment charges against
34: -- the waiver credits that are imported by this API.
35: -- Parameters :
36: -- IN : p_api_version IN NUMBER Required
37: -- This standard API parameter is used to compare the version numbers of
38: -- incoming calls to its current version number.
39: --
40: -- p_init_msg_list IN VARCHAR2 Optional Default FND_API.G_FALSE
41: -- Standard API Parameter for initialization of the message list.

Line 41: -- Standard API Parameter for initialization of the message list.

37: -- This standard API parameter is used to compare the version numbers of
38: -- incoming calls to its current version number.
39: --
40: -- p_init_msg_list IN VARCHAR2 Optional Default FND_API.G_FALSE
41: -- Standard API Parameter for initialization of the message list.
42: --
43: -- p_commit IN VARCHAR2 Optional Default FND_API.G_FALSE
44: -- Standard API Parameter to indicate if the transactions have to commit explicitly or not
45: --

Line 44: -- Standard API Parameter to indicate if the transactions have to commit explicitly or not

40: -- p_init_msg_list IN VARCHAR2 Optional Default FND_API.G_FALSE
41: -- Standard API Parameter for initialization of the message list.
42: --
43: -- p_commit IN VARCHAR2 Optional Default FND_API.G_FALSE
44: -- Standard API Parameter to indicate if the transactions have to commit explicitly or not
45: --
46: -- p_fee_cal_type IN VARCHAR2 Required
47: -- Fee Calendar Type associated with Waiver program
48: --

Line 75: -- This Standard API Out parameter returns the overall status of waiver

71: -- Credit id of the source waiver credit transaction. This value
72: -- would need to be provided for creating a waiver adjustment charge
73: --
74: -- OUT : x_return_status OUT VARCHAR2
75: -- This Standard API Out parameter returns the overall status of waiver
76: -- processing performed by API. Valid values are 'S' (Success), 'E' (Error) and
77: -- 'U' (Unexpected error)
78: --
79: -- : x_msg_count OUT NUMBER

Line 80: -- This Standard API Out parameter returns number of messages in the message list

76: -- processing performed by API. Valid values are 'S' (Success), 'E' (Error) and
77: -- 'U' (Unexpected error)
78: --
79: -- : x_msg_count OUT NUMBER
80: -- This Standard API Out parameter returns number of messages in the message list
81: --
82: -- : x_msg_data OUT VARCHAR2
83: -- This Standard API Out parameter returns the actual message in the encoded format
84: --

Line 83: -- This Standard API Out parameter returns the actual message in the encoded format

79: -- : x_msg_count OUT NUMBER
80: -- This Standard API Out parameter returns number of messages in the message list
81: --
82: -- : x_msg_data OUT VARCHAR2
83: -- This Standard API Out parameter returns the actual message in the encoded format
84: --
85: -- : x_waiver_credit_id OUT NUMBER
86: -- This parameter returns the waiver credit id generated. This value would be
87: -- NULL if user requires to create a waiver adjustment charge