DBA Data[Home] [Help]

APPS.AST_UWQ_OLIST_WORK_ACTION dependencies on AS_API_RECORDS_PKG

Line 76: v_profile_tbl AS_UTILITY_PUB.profile_tbl_type:=as_api_records_pkg.get_p_profile_tbl;

72: p_admin_group_id IN NUMBER,
73: x_msg_count OUT NOCOPY NUMBER,
74: x_msg_data OUT NOCOPY VARCHAR2,
75: x_return_status OUT NOCOPY VARCHAR2) IS
76: v_profile_tbl AS_UTILITY_PUB.profile_tbl_type:=as_api_records_pkg.get_p_profile_tbl;
77: v_contact_tbl AS_OPPORTUNITY_PUB.contact_tbl_Type:=as_api_records_pkg.get_p_contact_tbl;
78: v_contact_out_tbl AS_OPPORTUNITY_PUB.contact_out_tbl_Type:=as_api_records_pkg.get_p_contact_out_tbl;
79: v_header_rec AS_OPPORTUNITY_PUB.header_rec_Type:=as_api_records_pkg.get_p_header_rec;
80:

Line 77: v_contact_tbl AS_OPPORTUNITY_PUB.contact_tbl_Type:=as_api_records_pkg.get_p_contact_tbl;

73: x_msg_count OUT NOCOPY NUMBER,
74: x_msg_data OUT NOCOPY VARCHAR2,
75: x_return_status OUT NOCOPY VARCHAR2) IS
76: v_profile_tbl AS_UTILITY_PUB.profile_tbl_type:=as_api_records_pkg.get_p_profile_tbl;
77: v_contact_tbl AS_OPPORTUNITY_PUB.contact_tbl_Type:=as_api_records_pkg.get_p_contact_tbl;
78: v_contact_out_tbl AS_OPPORTUNITY_PUB.contact_out_tbl_Type:=as_api_records_pkg.get_p_contact_out_tbl;
79: v_header_rec AS_OPPORTUNITY_PUB.header_rec_Type:=as_api_records_pkg.get_p_header_rec;
80:
81: v_return_status VARCHAR2(1) := FND_API.G_RET_STS_SUCCESS;

Line 78: v_contact_out_tbl AS_OPPORTUNITY_PUB.contact_out_tbl_Type:=as_api_records_pkg.get_p_contact_out_tbl;

74: x_msg_data OUT NOCOPY VARCHAR2,
75: x_return_status OUT NOCOPY VARCHAR2) IS
76: v_profile_tbl AS_UTILITY_PUB.profile_tbl_type:=as_api_records_pkg.get_p_profile_tbl;
77: v_contact_tbl AS_OPPORTUNITY_PUB.contact_tbl_Type:=as_api_records_pkg.get_p_contact_tbl;
78: v_contact_out_tbl AS_OPPORTUNITY_PUB.contact_out_tbl_Type:=as_api_records_pkg.get_p_contact_out_tbl;
79: v_header_rec AS_OPPORTUNITY_PUB.header_rec_Type:=as_api_records_pkg.get_p_header_rec;
80:
81: v_return_status VARCHAR2(1) := FND_API.G_RET_STS_SUCCESS;
82:

Line 79: v_header_rec AS_OPPORTUNITY_PUB.header_rec_Type:=as_api_records_pkg.get_p_header_rec;

75: x_return_status OUT NOCOPY VARCHAR2) IS
76: v_profile_tbl AS_UTILITY_PUB.profile_tbl_type:=as_api_records_pkg.get_p_profile_tbl;
77: v_contact_tbl AS_OPPORTUNITY_PUB.contact_tbl_Type:=as_api_records_pkg.get_p_contact_tbl;
78: v_contact_out_tbl AS_OPPORTUNITY_PUB.contact_out_tbl_Type:=as_api_records_pkg.get_p_contact_out_tbl;
79: v_header_rec AS_OPPORTUNITY_PUB.header_rec_Type:=as_api_records_pkg.get_p_header_rec;
80:
81: v_return_status VARCHAR2(1) := FND_API.G_RET_STS_SUCCESS;
82:
83: