DBA Data[Home] [Help]

APPS.PO_MOD_CONTROL_PVT dependencies on PO_TBL_VARCHAR30

Line 869: ,x_valid_ctrl_ctn_tbl OUT NOCOPY PO_TBL_VARCHAR30)

865: ,p_doc_header_id IN NUMBER
866: ,p_doc_level_id IN NUMBER
867: ,p_draft_id IN NUMBER --
868: ,x_return_status OUT NOCOPY VARCHAR2
869: ,x_valid_ctrl_ctn_tbl OUT NOCOPY PO_TBL_VARCHAR30)
870: IS
871: l_valid_actions_tbl PO_DOCUMENT_CONTROL_PVT.g_lookup_code_tbl_type;
872: l_displayed_field_tbl PO_DOCUMENT_CONTROL_PVT.g_displayed_field_tbl_type;
873: l_doc_subtype PO_HEADERS_ALL.type_lookup_code%type;

Line 900: x_valid_ctrl_ctn_tbl := PO_TBL_VARCHAR30();

896: x_return_status := FND_API.g_ret_sts_success;
897: l_cons_trans_exist := 'N';
898: l_index := 1;
899: l_mode := UPPER(p_mode);
900: x_valid_ctrl_ctn_tbl := PO_TBL_VARCHAR30();
901: d_pos := 10;
902: --Get the Employee Id of the Current User
903: l_agent_id := fnd_global.employee_id;
904: --Get Document Sub type