DBA Data[Home] [Help]

APPS.PO_DOCUMENT_CONTROL_PVT dependencies on PO_TBL_VARCHAR30

Line 5129: ,x_valid_ctrl_ctn_tbl OUT NOCOPY PO_TBL_VARCHAR30)

5125: ,p_doc_type IN VARCHAR2
5126: ,p_doc_header_id IN NUMBER
5127: ,p_doc_level_id IN NUMBER
5128: ,x_return_status OUT NOCOPY VARCHAR2
5129: ,x_valid_ctrl_ctn_tbl OUT NOCOPY PO_TBL_VARCHAR30)
5130: IS
5131: l_valid_actions_tbl g_lookup_code_tbl_type;
5132: l_displayed_field_tbl g_displayed_field_tbl_type;
5133: l_doc_subtype PO_HEADERS_ALL.type_lookup_code%type;

Line 5159: x_valid_ctrl_ctn_tbl := PO_TBL_VARCHAR30();

5155: x_return_status := FND_API.g_ret_sts_success;
5156: l_cons_trans_exist := 'N';
5157: l_index := 1;
5158: l_mode := UPPER(p_mode);
5159: x_valid_ctrl_ctn_tbl := PO_TBL_VARCHAR30();
5160: d_pos := 10;
5161: --Get the Employee Id of the Current User
5162: l_agent_id := fnd_global.employee_id;
5163: --Get Document Sub type