DBA Data[Home] [Help]

APPS.FA_INV_XFR_PUB dependencies on FA_API_TYPES

Line 44: px_src_trans_rec IN OUT NOCOPY FA_API_TYPES.trans_rec_type,

40: p_calling_fn IN VARCHAR2 := NULL,
41: x_return_status OUT NOCOPY VARCHAR2,
42: x_msg_count OUT NOCOPY NUMBER,
43: x_msg_data OUT NOCOPY VARCHAR2,
44: px_src_trans_rec IN OUT NOCOPY FA_API_TYPES.trans_rec_type,
45: px_src_asset_hdr_rec IN OUT NOCOPY FA_API_TYPES.asset_hdr_rec_type,
46: px_dest_trans_rec IN OUT NOCOPY FA_API_TYPES.trans_rec_type,
47: px_dest_asset_hdr_rec IN OUT NOCOPY FA_API_TYPES.asset_hdr_rec_type,
48: p_inv_tbl IN FA_API_TYPES.inv_tbl_type

Line 45: px_src_asset_hdr_rec IN OUT NOCOPY FA_API_TYPES.asset_hdr_rec_type,

41: x_return_status OUT NOCOPY VARCHAR2,
42: x_msg_count OUT NOCOPY NUMBER,
43: x_msg_data OUT NOCOPY VARCHAR2,
44: px_src_trans_rec IN OUT NOCOPY FA_API_TYPES.trans_rec_type,
45: px_src_asset_hdr_rec IN OUT NOCOPY FA_API_TYPES.asset_hdr_rec_type,
46: px_dest_trans_rec IN OUT NOCOPY FA_API_TYPES.trans_rec_type,
47: px_dest_asset_hdr_rec IN OUT NOCOPY FA_API_TYPES.asset_hdr_rec_type,
48: p_inv_tbl IN FA_API_TYPES.inv_tbl_type
49: );

Line 46: px_dest_trans_rec IN OUT NOCOPY FA_API_TYPES.trans_rec_type,

42: x_msg_count OUT NOCOPY NUMBER,
43: x_msg_data OUT NOCOPY VARCHAR2,
44: px_src_trans_rec IN OUT NOCOPY FA_API_TYPES.trans_rec_type,
45: px_src_asset_hdr_rec IN OUT NOCOPY FA_API_TYPES.asset_hdr_rec_type,
46: px_dest_trans_rec IN OUT NOCOPY FA_API_TYPES.trans_rec_type,
47: px_dest_asset_hdr_rec IN OUT NOCOPY FA_API_TYPES.asset_hdr_rec_type,
48: p_inv_tbl IN FA_API_TYPES.inv_tbl_type
49: );
50:

Line 47: px_dest_asset_hdr_rec IN OUT NOCOPY FA_API_TYPES.asset_hdr_rec_type,

43: x_msg_data OUT NOCOPY VARCHAR2,
44: px_src_trans_rec IN OUT NOCOPY FA_API_TYPES.trans_rec_type,
45: px_src_asset_hdr_rec IN OUT NOCOPY FA_API_TYPES.asset_hdr_rec_type,
46: px_dest_trans_rec IN OUT NOCOPY FA_API_TYPES.trans_rec_type,
47: px_dest_asset_hdr_rec IN OUT NOCOPY FA_API_TYPES.asset_hdr_rec_type,
48: p_inv_tbl IN FA_API_TYPES.inv_tbl_type
49: );
50:
51: END FA_INV_XFR_PUB;

Line 48: p_inv_tbl IN FA_API_TYPES.inv_tbl_type

44: px_src_trans_rec IN OUT NOCOPY FA_API_TYPES.trans_rec_type,
45: px_src_asset_hdr_rec IN OUT NOCOPY FA_API_TYPES.asset_hdr_rec_type,
46: px_dest_trans_rec IN OUT NOCOPY FA_API_TYPES.trans_rec_type,
47: px_dest_asset_hdr_rec IN OUT NOCOPY FA_API_TYPES.asset_hdr_rec_type,
48: p_inv_tbl IN FA_API_TYPES.inv_tbl_type
49: );
50:
51: END FA_INV_XFR_PUB;