DBA Data[Home] [Help]

APPS.PAY_MX_SOE_SS_PKG dependencies on PAY_SOE_GLB

Line 47: 17-Feb-2011 vvijayku 115.6 11661422 Added the pay_soe_glb.setParameters

43: _PAYMENTS dimension for the
44: prepayment.
45: 22-Aug-2005 vmehta 115.5 Changed currency code to MXN
46: instead of MXP
47: 17-Feb-2011 vvijayku 115.6 11661422 Added the pay_soe_glb.setParameters
48: call in the setParameters Function
49: so that the Parameters are set so that
50: the SOE can be displayed correctly.
51: 17-Nov-2011 emunisek 115.7 13375560 Replaced Long Datatype by CLOB

Line 432: hr_utility.set_location('Entering pay_soe_glb.setParameters', 10);

428: --
429: begin
430: --
431: if g_debug then
432: hr_utility.set_location('Entering pay_soe_glb.setParameters', 10);
433: end if;
434: --
435: -- Prepay change
436: select action_type

Line 511: hr_utility.set_location('Leaving pay_soe_glb.setParameters', 20);

507: end if;
508: --
509: if g_debug then
510: hr_utility.trace('l_parameters = ' || l_parameters);
511: hr_utility.set_location('Leaving pay_soe_glb.setParameters', 20);
512: end if;
513: --
514: return l_parameters;
515: end;

Line 529: hr_utility.set_location('Entering pay_soe_glb.setParameters', 10);

525: RETURN VARCHAR2 is
526: begin
527: --
528: if g_debug then
529: hr_utility.set_location('Entering pay_soe_glb.setParameters', 10);
530: end if;
531: --
532: -- NOTE:
533: -- This overridden version of setParameters is not yet fully implemented

Line 538: -- pay_soe_glb.setParameters with that assignment_action_id.

534: -- at GLB level.
535: --
536: -- Localizations should provide their own version of setParameters to
537: -- derive the desired assignment_action_id, and then call
538: -- pay_soe_glb.setParameters with that assignment_action_id.
539: --
540:
541: return (pay_soe_glb.setParameters(p_person_id, p_assignment_id, p_effective_date));
542:

Line 541: return (pay_soe_glb.setParameters(p_person_id, p_assignment_id, p_effective_date));

537: -- derive the desired assignment_action_id, and then call
538: -- pay_soe_glb.setParameters with that assignment_action_id.
539: --
540:
541: return (pay_soe_glb.setParameters(p_person_id, p_assignment_id, p_effective_date));
542:
543: if g_debug then
544: hr_utility.set_location('Leaving pay_soe_glb.setParameters', 20);
545: end if;

Line 544: hr_utility.set_location('Leaving pay_soe_glb.setParameters', 20);

540:
541: return (pay_soe_glb.setParameters(p_person_id, p_assignment_id, p_effective_date));
542:
543: if g_debug then
544: hr_utility.set_location('Leaving pay_soe_glb.setParameters', 20);
545: end if;
546: --
547: RETURN null;
548: --