DBA Data[Home] [Help]

APPS.PAY_PAP_INS dependencies on PAY_PAP_SHD

Line 53: ,p_rec IN OUT NOCOPY pay_pap_shd.g_rec_type

49: -- {End Of Comments}
50: -- ----------------------------------------------------------------------------
51: PROCEDURE ins
52: (p_effective_date IN DATE
53: ,p_rec IN OUT NOCOPY pay_pap_shd.g_rec_type
54: ,p_check_accrual_ff OUT NOCOPY BOOLEAN);
55: --
56: -- ----------------------------------------------------------------------------
57: -- |---------------------------------< ins >----------------------------------|