DBA Data[Home] [Help]

APPS.CN_PAYRUN_PVT_W dependencies on CN_PAYRUN_PVT

Line 1: package body cn_payrun_pvt_w as

1: package body cn_payrun_pvt_w as
2: /* $Header: cnwprunb.pls 120.5 2005/09/29 19:49 rnagired ship $ */
3: procedure create_payrun(p_api_version NUMBER
4: , p_init_msg_list VARCHAR2
5: , p_commit VARCHAR2

Line 28: ddp_payrun_rec cn_payrun_pvt.payrun_rec_type;

24: , x_status out nocopy VARCHAR2
25: )
26:
27: as
28: ddp_payrun_rec cn_payrun_pvt.payrun_rec_type;
29: ddindx binary_integer; indx binary_integer;
30: begin
31:
32: -- copy data to the local IN or IN-OUT args, if any

Line 57: cn_payrun_pvt.create_payrun(p_api_version,

53:
54:
55:
56: -- here's the delegated call to the old PL/SQL routine
57: cn_payrun_pvt.create_payrun(p_api_version,
58: p_init_msg_list,
59: p_commit,
60: p_validation_level,
61: x_return_status,

Line 93: end cn_payrun_pvt_w;

89:
90:
91: end;
92:
93: end cn_payrun_pvt_w;