DBA Data[Home] [Help]

APPS.PAY_GENERIC_UPGRADE dependencies on PAY_GENERIC_UPGRADE

Line 1: PACKAGE BODY pay_generic_upgrade AS

1: PACKAGE BODY pay_generic_upgrade AS
2: /* $Header: pycogus.pkb 120.5.12010000.1 2008/07/27 22:22:21 appldev ship $ */
3:
4:
5: /* Name : set_upgrade_status

Line 36: 'pay_generic_upgrade.set_upgrade_status:2',

32: if ( l_status = 'C'
33: and p_status <> 'C') then
34: --
35: pay_core_utils.assert_condition(
36: 'pay_generic_upgrade.set_upgrade_status:2',
37: 1 = 2);
38: --
39: end if;
40: --

Line 58: 'pay_generic_upgrade.set_upgrade_status:1',

54: p_status,
55: p_bus_grp);
56: else
57: pay_core_utils.assert_condition(
58: 'pay_generic_upgrade.set_upgrade_status:1',
59: 1 = 2);
60: end if;
61: --
62: end;

Line 81: 'pay_generic_upgrade.set_upgrade_status:2',

77: if ( l_status = 'C'
78: and p_status <> 'C') then
79: --
80: pay_core_utils.assert_condition(
81: 'pay_generic_upgrade.set_upgrade_status:2',
82: 1 = 2);
83: --
84: end if;
85: --

Line 103: 'pay_generic_upgrade.set_upgrade_status:1',

99: p_status,
100: p_leg_code);
101: else
102: pay_core_utils.assert_condition(
103: 'pay_generic_upgrade.set_upgrade_status:1',
104: 1 = 2);
105: end if;
106: --
107: end;

Line 127: 'pay_generic_upgrade.set_upgrade_status:2',

123: if ( l_status = 'C'
124: and p_status <> 'C') then
125: --
126: pay_core_utils.assert_condition(
127: 'pay_generic_upgrade.set_upgrade_status:2',
128: 1 = 2);
129: --
130: end if;
131: --

Line 151: 'pay_generic_upgrade.set_upgrade_status:1',

147: );
148: else
149:
150: pay_core_utils.assert_condition(
151: 'pay_generic_upgrade.set_upgrade_status:1',
152: 1 = 2);
153: end if;
154: --
155: end;

Line 377: 'pay_generic_upgrade.range_cursor:2',

373: --
374: else
375: --
376: pay_core_utils.assert_condition(
377: 'pay_generic_upgrade.range_cursor:2',
378: 1 = 2);
379: --
380: end if;
381: --

Line 421: 'pay_generic_upgrade.range_cursor:3',

417: --
418: else
419: --
420: pay_core_utils.assert_condition(
421: 'pay_generic_upgrade.range_cursor:3',
422: 1 = 2);
423: --
424: end if;
425: --

Line 429: 'pay_generic_upgrade.range_cursor:1',

425: --
426: else
427: --
428: pay_core_utils.assert_condition(
429: 'pay_generic_upgrade.range_cursor:1',
430: 1 = 2);
431: --
432: end if;
433: --

Line 483: 'pay_generic_upgrade.do_qualification:1',

479: --
480: else
481: dbms_sql.close_cursor(sql_cur);
482: pay_core_utils.assert_condition(
483: 'pay_generic_upgrade.do_qualification:1',
484: 1 = 2);
485: end if;
486: --
487: else

Line 749: 'pay_generic_upgrade.action_creation:1',

745: --
746: end loop;
747: else
748: pay_core_utils.assert_condition(
749: 'pay_generic_upgrade.action_creation:1',
750: 1 = 2);
751: end if;
752: elsif (l_upg_level = 'L') then
753: if (l_thread_level = 'PER') then

Line 788: 'pay_generic_upgrade.action_creation:2',

784: --
785: end loop;
786: else
787: pay_core_utils.assert_condition(
788: 'pay_generic_upgrade.action_creation:2',
789: 1 = 2);
790: end if;
791: elsif (l_upg_level = 'G') then
792: if (l_thread_level = 'PER') then

Line 827: 'pay_generic_upgrade.action_creation:3',

823: --
824: end loop;
825: else
826: pay_core_utils.assert_condition(
827: 'pay_generic_upgrade.action_creation:3',
828: 1 = 2);
829: end if;
830: else
831: pay_core_utils.assert_condition(

Line 832: 'pay_generic_upgrade.action_creation:4',

828: 1 = 2);
829: end if;
830: else
831: pay_core_utils.assert_condition(
832: 'pay_generic_upgrade.action_creation:4',
833: 1 = 2);
834: end if;
835: end action_creation;
836: --

Line 981: END pay_generic_upgrade;

977: --
978: end deinitialise;
979: --
980: --
981: END pay_generic_upgrade;