DBA Data[Home] [Help]

APPS.PQP_PRORATION_WRAPPER dependencies on STANDARD

Line 304: -- Procedure : Standard Procedure

300: hr_utility.set_location('Leaving }' || gv_package || lv_procedure_name, 20);
301: END enable_dynamic_triggers;
302:
303: --*************************************************************************
304: -- Procedure : Standard Procedure
305: --*************************************************************************
306:
307: PROCEDURE standard_proc
308: (

Line 307: PROCEDURE standard_proc

303: --*************************************************************************
304: -- Procedure : Standard Procedure
305: --*************************************************************************
306:
307: PROCEDURE standard_proc
308: (
309: business_group IN VARCHAR2 DEFAULT NULL ,
310: pay_mode_grade IN VARCHAR2 DEFAULT NULL ,
311: pay_mode_scale IN VARCHAR2 DEFAULT NULL ,

Line 349: lv_procedure_name VARCHAR2(50) := '.standard_proc' ;

345: l_salary_flag VARCHAR2(6) := 'FALSE' ;
346: l_grade_flag VARCHAR2(6) := 'FALSE' ;
347: l_pscale_flag VARCHAR2(6) := 'FALSE' ;
348: l_string VARCHAR2(500) ;
349: lv_procedure_name VARCHAR2(50) := '.standard_proc' ;
350: l_england_flag BOOLEAN := FALSE ;
351: l_scotland_flag BOOLEAN := FALSE ;
352: l_count NUMBER ;
353: l_business_group_id NUMBER ;

Line 526: ,p_standard_link_flag => 'N'

522: ,p_classification_name => 'Earnings'
523: ,p_post_termination_rule => 'Actual Termination'
524: ,p_processing_type => 'R'
525: ,p_processing_priority => 2500
526: ,p_standard_link_flag => 'N'
527: ,p_business_group_name => l_business
528: ,p_legislation_code => NULL
529: ,p_effective_start_date => TO_DATE(l_date,'dd/mm/yyyy')
530: ,p_effective_end_date => TO_DATE('31/12/4712','dd/mm/yyyy')

Line 590: ,p_standard_link_flag => 'N'

586: ,p_classification_name => 'Earnings'
587: ,p_post_termination_rule => 'Actual Termination'
588: ,p_processing_type => 'R'
589: ,p_processing_priority => 2500
590: ,p_standard_link_flag => 'N'
591: ,p_business_group_name => l_business
592: ,p_legislation_code => NULL
593: ,p_effective_start_date => TO_DATE(l_date,'dd/mm/yyyy')
594: ,p_effective_end_date => TO_DATE('31/12/4712','dd/mm/yyyy')

Line 998: ,p_standard_link_flag => 'N'

994: ,p_classification_name => 'Earnings'
995: ,p_post_termination_rule => 'Actual Termination'
996: ,p_processing_type => 'R'
997: ,p_processing_priority => 2500
998: ,p_standard_link_flag => 'N'
999: ,p_business_group_name => l_business
1000: ,p_legislation_code => NULL
1001: ,p_effective_start_date => to_date(l_date,'dd/mm/yyyy')
1002: ,p_effective_end_date => to_date('31/12/4712','dd/mm/yyyy')

Line 1370: ,p_standard_link_flag => 'N'

1366: ,p_classification_name => 'Earnings'
1367: ,p_post_termination_rule => 'Actual Termination'
1368: ,p_processing_type => 'R'
1369: ,p_processing_priority => 2500
1370: ,p_standard_link_flag => 'N'
1371: ,p_business_group_name => l_business
1372: ,p_legislation_code => NULL
1373: ,p_effective_start_date => to_date(l_date,'dd/mm/yyyy')
1374: ,p_effective_end_date => to_date('31/12/4712','dd/mm/yyyy')

Line 1593: END standard_proc;

1589: p_location_flag => 'FALSE'
1590: );
1591: hr_utility.set_location('Leaving }'|| gv_package || lv_procedure_name, 250);
1592:
1593: END standard_proc;
1594: -- ***************************************************************************
1595: -- proration_group_proc
1596: -- ***************************************************************************
1597: PROCEDURE proration_group_proc

Line 2008: ,p_standard_link_flag => 'N'

2004: ,p_classification_name => l_primary_class_name
2005: ,p_post_termination_rule => p_ele_terminate
2006: ,p_processing_type => p_ele_recur
2007: ,p_processing_priority => l_default_priority
2008: ,p_standard_link_flag => 'N'
2009: ,p_business_group_name => p_business_group
2010: ,p_legislation_code => NULL
2011: ,p_effective_start_date =>
2012: TO_DATE(p_ele_startdate,'dd/mm/yyyy')