DBA Data[Home] [Help]

APPS.PAY_DEL_PERSON_FORM dependencies on FND_INSTALLATION

Line 18: 18-Apr-94 JRhodes 40.1 Made use of FND_INSTALLATION procedure

14: History
15: -------
16: Date Author Version
17: --------- ------- ------- --------------------------------------
18: 18-Apr-94 JRhodes 40.1 Made use of FND_INSTALLATION procedure
19: 23-Nov-94 RFine 40.4 Suppressed index on business_group_id
20: 03-Jun-97 VTreiger 40.7 Changed parameters in call to
21: fnd_installation.get in procedure
22: delete_validation to be in sync with the

Line 21: fnd_installation.get in procedure

17: --------- ------- ------- --------------------------------------
18: 18-Apr-94 JRhodes 40.1 Made use of FND_INSTALLATION procedure
19: 23-Nov-94 RFine 40.4 Suppressed index on business_group_id
20: 03-Jun-97 VTreiger 40.7 Changed parameters in call to
21: fnd_installation.get in procedure
22: delete_validation to be in sync with the
23: latest version of FND_INSTALLATION package
24: for function GET. Bug #494239.
25: 24-Feb-99 J. Moyano 115.1 MLS changes. Reference to per_person_types_tl

Line 23: latest version of FND_INSTALLATION package

19: 23-Nov-94 RFine 40.4 Suppressed index on business_group_id
20: 03-Jun-97 VTreiger 40.7 Changed parameters in call to
21: fnd_installation.get in procedure
22: delete_validation to be in sync with the
23: latest version of FND_INSTALLATION package
24: for function GET. Bug #494239.
25: 24-Feb-99 J. Moyano 115.1 MLS changes. Reference to per_person_types_tl
26: base table added to cursor c2.
27: ---------------------------------------------------------------------------*/

Line 72: -- l_ret := fnd_installation.get(appl_id => l_appl_id

68: l_ret boolean;
69: begin
70: hr_utility.set_location('pay_del_person_form.product_installed',1);
71: -- VT #494239 06/03/97
72: -- l_ret := fnd_installation.get(appl_id => l_appl_id
73: -- ,dep_appl_id => null
74: -- ,status => l_status
75: -- ,industry => l_industry);
76: l_ret := fnd_installation.get(appl_id => null

Line 76: l_ret := fnd_installation.get(appl_id => null

72: -- l_ret := fnd_installation.get(appl_id => l_appl_id
73: -- ,dep_appl_id => null
74: -- ,status => l_status
75: -- ,industry => l_industry);
76: l_ret := fnd_installation.get(appl_id => null
77: ,dep_appl_id => l_appl_id
78: ,status => l_status
79: ,industry => l_industry);
80: --