DBA Data[Home] [Help]

APPS.PN_VAREN_PVT dependencies on STANDARD

Line 6725: p_var_rent_rec.proration_rule_meaning := 'Standard';

6721: ELSIF ( p_var_rent_rec.proration_rule_code IS NULL
6722: OR p_var_rent_rec.proration_rule_meaning IS NULL)
6723: THEN
6724: p_var_rent_rec.proration_rule_code := 'STD';
6725: p_var_rent_rec.proration_rule_meaning := 'Standard';
6726: pn_varen_util.pvt_debug
6727: ( 'PN_VAREN_PVT: Validate_Var_Rent: Proration Rule / Parial Year Method Code Success :'
6728: || p_var_rent_rec.proration_rule_code
6729: , 3

Line 9318: -- Standard call to check for call compatibility

9314: , 3
9315: );
9316: SAVEPOINT create_var_rent;
9317:
9318: -- Standard call to check for call compatibility
9319: IF NOT fnd_api.compatible_api_call (l_api_version
9320: , p_api_version
9321: , l_api_name
9322: , g_pkg_name

Line 10875: -- Standard call to check for call compatibility

10871:
10872: pn_varen_util.pvt_debug ('PN_VAREN_PVT: Update_Var_Rent: Start of Update_Var_Rent package', 3);
10873: SAVEPOINT update_var_rent;
10874:
10875: -- Standard call to check for call compatibility
10876: IF NOT fnd_api.compatible_api_call (l_api_version
10877: , p_api_version
10878: , l_api_name
10879: , g_pkg_name)