DBA Data[Home] [Help]

APPS.AR_DEFERRAL_REASONS_GRP dependencies on STANDARD

Line 29: -- Standard Start of API savepoint

25: l_api_name CONSTANT VARCHAR2(30) := 'default_reasons';
26:
27: BEGIN
28:
29: -- Standard Start of API savepoint
30: SAVEPOINT default_reasons_grp;
31:
32: -- Standard call to check for call compatibility.
33: IF NOT FND_API.Compatible_API_Call (

Line 32: -- Standard call to check for call compatibility.

28:
29: -- Standard Start of API savepoint
30: SAVEPOINT default_reasons_grp;
31:
32: -- Standard call to check for call compatibility.
33: IF NOT FND_API.Compatible_API_Call (
34: p_current_version_number => l_api_version,
35: p_caller_version_number => p_api_version,
36: p_api_name => l_api_name,

Line 133: -- Standard Start of API savepoint

129: THEN
130: arp_debug.debug('ar_deferral_reasons_grp.record_acceptance()+');
131: END IF;
132:
133: -- Standard Start of API savepoint
134: SAVEPOINT record_acceptance_grp;
135:
136: -- Standard call to check for call compatibility.
137: IF NOT FND_API.Compatible_API_Call (

Line 136: -- Standard call to check for call compatibility.

132:
133: -- Standard Start of API savepoint
134: SAVEPOINT record_acceptance_grp;
135:
136: -- Standard call to check for call compatibility.
137: IF NOT FND_API.Compatible_API_Call (
138: p_current_version_number => l_api_version,
139: p_caller_version_number => p_api_version,
140: p_api_name => l_api_name,

Line 369: -- Standard Start of API savepoint

365: AND interface_line_attribute1 = p_order_line.interface_line_attribute6;
366:
367: BEGIN
368:
369: -- Standard Start of API savepoint
370: SAVEPOINT record_proof_of_delivery_grp;
371:
372: -- Standard call to check for call compatibility.
373: IF NOT FND_API.Compatible_API_Call (

Line 372: -- Standard call to check for call compatibility.

368:
369: -- Standard Start of API savepoint
370: SAVEPOINT record_proof_of_delivery_grp;
371:
372: -- Standard call to check for call compatibility.
373: IF NOT FND_API.Compatible_API_Call (
374: p_current_version_number => l_api_version,
375: p_caller_version_number => p_api_version,
376: p_api_name => l_api_name,