DBA Data[Home] [Help]

APPS.IGS_FI_CREDIT_PVT dependencies on STANDARD

Line 34: -- This is Standard API Parameter to check if the current transactions have to be committed explicitly.

30: -- p_init_msg_list IN VARCHAR2 DEFAULT FND_API.G_FALSE, Optional
31: -- This parameter is message stack initialization parameter.
32: -- Default value FND_API.G_FALSE.
33: -- p_commit IN VARCHAR2 DEFAULT FND_API.G_FALSE, Optional
34: -- This is Standard API Parameter to check if the current transactions have to be committed explicitly.
35: -- Default value FND_API.G_FALSE
36: -- p_validation_level IN NUMBER, Optional
37: -- Depending on this parameter, parameter validations are performed.
38: -- Default value FND_API.G_VALID_LEVEL_NONE.

Line 46: -- This is standard API out Parameter to convey API return status.

42: -- This parametes is of record type and specifies the Descriptive flexfield attributes input parameters.
43: --
44: -- OUT :
45: -- x_return_status OUT NOCOPY VARCHAR2,
46: -- This is standard API out Parameter to convey API return status.
47: -- x_msg_count OUT NOCOPY NUMBER,
48: -- This is standard API out Parameter contains message count returned by the API.
49: -- x_msg_data OUT NOCOPY VARCHAR2,
50: -- This is standard API out Parameter that contains the messages in the encoded format. User has to decode the error messages

Line 48: -- This is standard API out Parameter contains message count returned by the API.

44: -- OUT :
45: -- x_return_status OUT NOCOPY VARCHAR2,
46: -- This is standard API out Parameter to convey API return status.
47: -- x_msg_count OUT NOCOPY NUMBER,
48: -- This is standard API out Parameter contains message count returned by the API.
49: -- x_msg_data OUT NOCOPY VARCHAR2,
50: -- This is standard API out Parameter that contains the messages in the encoded format. User has to decode the error messages
51: -- when they want to see the actual message text.
52: -- x_credit_id OUT NOCOPY igs_fi_credits_all.credit_id%TYPE,

Line 50: -- This is standard API out Parameter that contains the messages in the encoded format. User has to decode the error messages

46: -- This is standard API out Parameter to convey API return status.
47: -- x_msg_count OUT NOCOPY NUMBER,
48: -- This is standard API out Parameter contains message count returned by the API.
49: -- x_msg_data OUT NOCOPY VARCHAR2,
50: -- This is standard API out Parameter that contains the messages in the encoded format. User has to decode the error messages
51: -- when they want to see the actual message text.
52: -- x_credit_id OUT NOCOPY igs_fi_credits_all.credit_id%TYPE,
53: -- This out parameter contains the identifier for the credit transaction that got created.
54: -- x_credit_activity_id OUT NOCOPY igs_fi_cr_activities.credit_activity_id%TYPE