DBA Data[Home] [Help]

APPS.PAY_PUC_BUS dependencies on PAY_PUT_SHD

Line 323: if not pay_put_shd.chk_startup_mode_compatible

319: --
320: -- Confirm that the parent USER_TABLE's startup mode is compatible
321: -- with this PAY_USER_COLUMNS row.
322: --
323: if not pay_put_shd.chk_startup_mode_compatible
324: (p_parent_bgid => l_busgrpid
325: ,p_parent_legcode => l_legcode
326: ,p_child_bgid => p_business_group_id
327: ,p_child_legcode => p_legislation_code

Line 509: if not pay_put_shd.chk_startup_mode_compatible

505: --
506: -- Confirm that formula's startup mode is compatible with this
507: -- PAY_USER_COLUMNS row. The formula is the parent.
508: --
509: if not pay_put_shd.chk_startup_mode_compatible
510: (p_parent_bgid => l_busgrpid
511: ,p_parent_legcode => l_legcode
512: ,p_child_bgid => p_business_group_id
513: ,p_child_legcode => p_legislation_code