DBA Data[Home] [Help]

APPS.PAY_PPR_BUS dependencies on STANDARD

Line 574: -- if assignment status is of type 'Standard' or 'Balance Adjustment'

570: Begin
571: hr_utility.set_location('Entering:'||l_proc, 5);
572:
573: --
574: -- if assignment status is of type 'Standard' or 'Balance Adjustment'
575: -- and formula is null then return 'P'
576: if (p_formula_id is null) then
577: -- By default 'P' according to Business Rule
578: p_processing_rule := 'P';

Line 768: -- null assignmnet_status_type_id denote 'Standard' or 'Balance Adjustment'

764: --
765: -- Description:
766: -- This procedure is used to check whether the status processing rule being
767: -- created is a duplicate rule.
768: -- null assignmnet_status_type_id denote 'Standard' or 'Balance Adjustment'
769: -- assignment status
770: -- ----------------------------------------------------------------------------
771: Procedure chk_unique_rules
772: (p_effective_date in date