DBA Data[Home] [Help]

APPS.PER_PERFRALC_PKG dependencies on PER_PERFRALC_PKG

Line 1: PACKAGE BODY PER_PERFRALC_PKG AS

1: PACKAGE BODY PER_PERFRALC_PKG AS
2: /*$Header: perfralc.pkb 115.9 2002/11/25 15:33:29 sfmorris ship $*/
3: --
4: procedure run_process (errbuf out nocopy varchar2,
5: retcode out nocopy number,

Line 85: l_procedure := 'Procedure run_process in the package per_perfralc_pkg';

81: l_user_table_id := NULL;
82: l_user_column_id := NULL;
83: l_user_column_instance_id := NULL;
84: --
85: l_procedure := 'Procedure run_process in the package per_perfralc_pkg';
86: --
87: hr_utility.set_location(l_procedure , 5);
88: --
89: if P_BUSINESS_GROUP_ID is not null then

Line 559: hr_utility.set_location('per_perfralc_pkg - Entering update_instance_value', 1);

555:
556:
557: Begin
558: hr_utility.set_location(' ',1);
559: hr_utility.set_location('per_perfralc_pkg - Entering update_instance_value', 1);
560: hr_utility.set_location('--------------------------------------------------',1);
561:
562: -- First case - only process the business_group
563: if (cn_business_group_id is NOT NULL) Then

Line 611: end PER_PERFRALC_PKG;

607:
608: hr_utility.set_location('perfralc - Updte_Instance_value - Leaving ..',30);
609: End;
610: --
611: end PER_PERFRALC_PKG;