DBA Data[Home] [Help]

APPS.PO_DOCUMENT_CONTROL_PVT dependencies on PO_TBL_VARCHAR30

Line 4955: ,x_valid_ctrl_ctn_tbl OUT NOCOPY PO_TBL_VARCHAR30)

4951: ,p_doc_header_id IN NUMBER
4952: ,p_doc_level_id IN NUMBER
4953: ,p_draft_id IN NUMBER --
4954: ,x_return_status OUT NOCOPY VARCHAR2
4955: ,x_valid_ctrl_ctn_tbl OUT NOCOPY PO_TBL_VARCHAR30)
4956: IS
4957: l_valid_actions_tbl g_lookup_code_tbl_type;
4958: l_displayed_field_tbl g_displayed_field_tbl_type;
4959: l_doc_subtype PO_HEADERS_ALL.type_lookup_code%type;

Line 4985: x_valid_ctrl_ctn_tbl := PO_TBL_VARCHAR30();

4981: x_return_status := FND_API.g_ret_sts_success;
4982: l_cons_trans_exist := 'N';
4983: l_index := 1;
4984: l_mode := UPPER(p_mode);
4985: x_valid_ctrl_ctn_tbl := PO_TBL_VARCHAR30();
4986: d_pos := 10;
4987: --Get the Employee Id of the Current User
4988: l_agent_id := fnd_global.employee_id;
4989: --Get Document Sub type